SubmitOrderInput
Autogenerated input type of SubmitOrder
input SubmitOrderInput {
  clientMutationId: String
  id: ID
  payment_intent_id: String
  payment_mode: PaymentMode!
}
Fields
SubmitOrderInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SubmitOrderInput.id ● ID scalar
The ID of the order to submit.
SubmitOrderInput.payment_intent_id ● String scalar
The ID of the Stripe PaymentIntent to use for payment, if applicable.
SubmitOrderInput.payment_mode ● PaymentMode! non-null enum
The payment mode to use for submitting this order.
Member Of
submitOrder  mutation