UpdateCategoryInput
Autogenerated input type of UpdateCategory
input UpdateCategoryInput {
clientMutationId: String
params: CategoryUpdateInput!
}
Fields
UpdateCategoryInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateCategoryInput.params ● CategoryUpdateInput! non-null input
Category update params
Member Of
updateCategory mutation