categoryUpdate Mutation
Updates a category.
categoryUpdate(
id: ID!
input: CategoryInput!
): CategoryUpdate
Show return type
Arguments
id ● ID!
ID of a category to update.
input ● CategoryInput!
Fields required to update a category.
Type
CategoryUpdate
Updates a category.