UpdateCategoryPayload
No description
type UpdateCategoryPayload {
category: Category
errors: PayloadError
}
Fields
UpdateCategoryPayload.category ● Category object
UpdateCategoryPayload.errors ● PayloadError object
Returned By
updateCategory mutation