CheckoutSession
id
ID!
Required
ID
CheckoutSession!
type Query { checkoutSession(id: ID!): CheckoutSession! }
Query.
checkoutSession
Returns a
CheckoutSession
by ID.Arguments
id
ID!
Required
ID
of the Checkout to return.Returns:
CheckoutSession!
type Query { checkoutSession(id: ID!): CheckoutSession! }