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