Skip to main content
inputCreateCustomFieldInput

Fields

allowAdHoc
Boolean

Whether members may add their own dropdown options.

clientMutationId
String

A unique identifier for the client performing the mutation.

description
String

Optional helper text shown with the field.

maxResponses
Int

Maximum options a member may select; required for multi-select dropdowns.

maxValue
Int

Maximum accepted value, for number fields. Omit for unbounded.

minValue
Int

Minimum accepted value, for number fields. Omit for unbounded.

options
[String!]

Initial dropdown option titles.

placeholder
String

Optional placeholder shown in the field's input.

privacy

Who can see the field and its responses.

responseBy

Whether members answer for themselves or only hosts set responses.

responseType

The kind of response to collect. Only dropdown, text, and number types can be created.

title
String!
required

The field's display name.