INPUT_OBJECT
CustomFieldCreateOrUpdateMutationInput
Autogenerated input type of CustomFieldCreateOrUpdateMutation
link GraphQL Schema definition
- input CustomFieldCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the CustomFieldType to update
- ID :
- # Attributes to assign to the CustomField. NOTE: fieldType is set when the
- # customField is created and can't be updated.
- CustomFieldInput! :
- }