OBJECT

DeleteProductPartPayload

Autogenerated return type of DeleteProductPart.

link GraphQL Schema definition

  • type DeleteProductPartPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the product part
  • errors: [ValidationError!]!
  • # The product part object
  • productPart: ProductPart!
  • }

link Require by