CheckoutDelete
Result of checkout delete mutation.
type CheckoutDelete {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutDelete.checkout ● Checkout object
The deleted checkout.
CheckoutDelete.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutDelete mutation