CustomFieldCategoryUpdateInput
Autogenerated input type of CustomFieldCategoryUpdate
input CustomFieldCategoryUpdateInput {
categoryId: ID!
clientMutationId: String
name: String
}
Fields
CustomFieldCategoryUpdateInput.categoryId ● ID! non-null scalar common
The ID of the custom field category to update.
CustomFieldCategoryUpdateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CustomFieldCategoryUpdateInput.name ● String scalar common
The custom field category name.
Member of
customFieldCategoryUpdate mutation