CreateCategoryInput
Autogenerated input type of CreateCategory
input CreateCategoryInput {
clientMutationId: String
params: CategoryCreateInput!
}
Fields
CreateCategoryInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCategoryInput.params ● CategoryCreateInput! non-null input
Category create params
Member Of
createCategory mutation