Skip to main content
objectCustomField

Implements

Fields

allowAdHoc
Boolean!

Whether members may add their own dropdown options.

Members' responses to this field. Host/moderator-only; empty for other viewers.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

createdAt
ISO8601DateTime!
description
String

Optional helper text shown with the field.

id
ID!

ID of the object.

maxCharacters
Int

Maximum characters for a text response; null when not a text field.

maxResponses
Int

Maximum options a member may select (multi-select dropdowns); null when not applicable.

minCharacters
Int

Minimum characters for a text response; null when not a text field.

Selectable options for dropdown, tag, and badge fields; empty for text fields.

Arguments
after
String

Returns the elements in the list that come after the specified cursor.

before
String

Returns the elements in the list that come before the specified cursor.

first
Int

Returns the first n elements from the list.

last
Int

Returns the last n elements from the list.

term
String

Filter options to those whose title contains this text (case-insensitive).

placeholder
String

Optional placeholder shown in the field's input.

position
Int

Sort position of the field within its privacy group.

primary
Boolean!

Whether this is the Network's primary custom field, surfaced on member profiles.

Who can see the field and its responses.

resourceId
ID!

Resource ID for this object, for interop with the Admin API.

Whether members answer for themselves or only hosts set responses.

The kind of response this field collects.

Whether the field is shown to members. Null for system tag/badge fields.

title
String!

The field's display name.

updatedAt
ISO8601DateTime!