OBJECT

CreateProductPartPayload

Autogenerated return type of CreateProductPart.

link GraphQL Schema definition

  • type CreateProductPartPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the product part
  • errors: [ValidationError!]!
  • # The product part object
  • productPart: ProductPart!
  • }

link Require by