categoryUpdate
Updates a category.
categoryUpdate(
id: ID!
input: CategoryInput!
): CategoryUpdate
Arguments
categoryUpdate.id
● ID!
non-null scalar
ID of a category to update.
categoryUpdate.input
● CategoryInput!
non-null input
Fields required to update a category.
Type
CategoryUpdate
object
Updates a category.