categoryUpdate
AUTH: Role=[product.OWNER,product.EDITOR] OR ('user is authenticated')
categoryUpdate(
categoryId: Float!
input: UpdateCategoryInput!
): Category!
AUTH: Role=[product.OWNER,product.EDITOR] OR ('user is authenticated')
categoryUpdate(
categoryId: Float!
input: UpdateCategoryInput!
): Category!
categoryUpdate.categoryId
● Float!
non-null scalarcategoryUpdate.input
● UpdateCategoryInput!
non-null inputCategory
object