Skip to main content

CustomFieldCategoryDeleteInput

Autogenerated input type of CustomFieldCategoryDelete

input CustomFieldCategoryDeleteInput {
categoryId: ID!
clientMutationId: String
newCategoryId: ID
}

Fields

CustomFieldCategoryDeleteInput.categoryId ● ID! non-null scalar common

The ID of the custom field category to delete.

CustomFieldCategoryDeleteInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CustomFieldCategoryDeleteInput.newCategoryId ● ID scalar common

The ID of the custom field category to move the fields to. If blank then fields are soft deleted.

Member of

customFieldCategoryDelete mutation