OBJECT

OrderUpdateMutationPayload

Autogenerated return type of OrderUpdateMutation.

link GraphQL Schema definition

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