INPUT_OBJECT

CustomFieldCreateOrUpdateMutationInput

Autogenerated input type of CustomFieldCreateOrUpdateMutation

link GraphQL Schema definition

  • input CustomFieldCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the CustomFieldType to update
  • id: ID
  • # Attributes to assign to the CustomField. NOTE: fieldType is set when the
  • # customField is created and can't be updated.
  • attributes: CustomFieldInput!
  • }