CompleteCheckoutResponse
The process of checkout completion is asynchronous so there is no data (like an order id) to return to the caller.
type CompleteCheckoutResponse {
message: String!
}
Fields
CompleteCheckoutResponse.message
● String!
non-null scalar
Returned by
completeCheckout
mutation