UpdateOrderPayload
Autogenerated return type of UpdateOrder.
type UpdateOrderPayload {
  clientMutationId: String
  order: Order!
}
Fields
UpdateOrderPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateOrderPayload.order ● Order! non-null object
Returned By
updateOrder  mutation