INPUT_OBJECT

CustomFieldGroupCreateOrUpdateMutationInput

Autogenerated input type of CustomFieldGroupCreateOrUpdateMutation

link GraphQL Schema definition

  • input CustomFieldGroupCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the CustomFieldGroupType to update
  • id: ID
  • # Attributes to assign to the CustomFieldGroup
  • attributes: CustomFieldGroupInput!
  • }