INPUT_OBJECT

DestroyCustomFieldGroupInput

Autogenerated input type of DestroyCustomFieldGroup

link GraphQL Schema definition

  • input DestroyCustomFieldGroupInput {
  • # ID of the custom field group to be deleted
  • id: ID!
  • # ID of the custom field group to reassign custom field names to
  • assignTo: ID
  • # Boolean to destroy all custom field names under this custom field group
  • destroyCustomNames: Boolean
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by