Types
UpdateCustomFieldAnswerInput
Autogenerated input type of UpdateCustomFieldAnswer
input
UpdateCustomFieldAnswerInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
customFieldId
ID!
required
Numeric resource ID or GlobalID of the custom field.
memberId
ID!
required
Numeric resource ID or GlobalID of the member whose response is being set.
newOptionTitles
[String!]
Titles of new ad-hoc options to create and select, for dropdown fields that allow member-created options.
number
Int
The numeric response, for number fields. Pass null to clear it.
optionIds
[ID!]
The option IDs to select, for dropdown fields. Replaces the member's current selection; pass [] to clear.
text
String
The free-text response, for text fields.