OBJECT

GoldenProductCreateMutationPayload

Autogenerated return type of GoldenProductCreateMutation.

link GraphQL Schema definition

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