CreateProductCategoryPayload
No description
type CreateProductCategoryPayload {
errors: [PayloadError!]
productCategory: ProductCategory
}
Fields
CreateProductCategoryPayload.errors
● [PayloadError!]
list object
CreateProductCategoryPayload.productCategory
● ProductCategory
object
Returned by
createProductCategory
mutation