OBJECT

GoldenProductDeleteMutationPayload

Autogenerated return type of GoldenProductDeleteMutation.

link GraphQL Schema definition

  • type GoldenProductDeleteMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • goldenProduct: GoldenProduct
  • status: Int!
  • }