CustomFieldCategoryCreateInput
Autogenerated input type of CustomFieldCategoryCreate
input CustomFieldCategoryCreateInput {
clientMutationId: String
key: String!
name: String!
type: CustomFieldCategoryType!
}
Fields
CustomFieldCategoryCreateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CustomFieldCategoryCreateInput.key ● String! non-null scalar common
An inmutable identifier for the custom field category.
CustomFieldCategoryCreateInput.name ● String! non-null scalar common
The custom field category name.
CustomFieldCategoryCreateInput.type ● CustomFieldCategoryType! non-null enum common
The custom field category type.
Member of
customFieldCategoryCreate mutation