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