OBJECT
UpdateProductPayload
Autogenerated return type of UpdateProduct.
link GraphQL Schema definition
- type UpdateProductPayload {
- # A unique identifier for the client performing the mutation.
- String :
- # Validation errors for the product
- ValidationError!]! : [
- # The product object
- Product! :
- }