OBJECT

CheckoutGiftCardRemovePayload

link GraphQL Schema definition

1type CheckoutGiftCardRemovePayload {
2
3# The updated checkout object.
4checkout: Checkout!
5
6# List of errors that occurred executing the mutation.
7userErrors: [UserError!]!
8
9}