GitHub

ShopifyCheckoutGiftCardsAppendPayload

interface

import { ShopifyCheckoutGiftCardsAppendPayload } from '@daffodil/driver/shopify'

Return type for checkoutGiftCardsAppend mutation.

interface ShopifyCheckoutGiftCardsAppendPayload {
  __typename: "CheckoutGiftCardsAppendPayload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CheckoutGiftCardsAppendPayload"
checkout
ShopifyCheckout

The updated checkout object.

checkoutUserErrors
ShopifyCheckoutUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.