OBJECT

ProductCreatePayload

Autogenerated return type of ProductCreate

link GraphQL Schema definition

  • type ProductCreatePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [Error!]
  • product: Product
  • }

link Require by