Types
CreateCustomFieldInput
Autogenerated input type of CreateCustomField
input
CreateCustomFieldInputFields
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.
options
[String!]
Initial dropdown option titles.
placeholder
String
Optional placeholder shown in the field's input.
privacy
required
Who can see the field and its responses.
responseBy
required
Whether members answer for themselves or only hosts set responses.
responseType
required
The kind of response to collect. Only host-creatable types can be created.
title
String!
required
The field's display name.