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