DEV

Query.

checkoutSession

Returns a CheckoutSession by ID.

Arguments

id

ID!

Required

The ID of the Checkout to return.
GraphQL
1
2
3
type Query {
  checkoutSession(id: ID!): CheckoutSession!
}

Was this page helpful?