import { ShopifyCheckoutCompleteFreePayload } from '@daffodil/driver/shopify'
Return type for checkoutCompleteFree mutation.
interface ShopifyCheckoutCompleteFreePayload {
__typename: "CheckoutCompleteFreePayload"
checkout: ShopifyCheckout
checkoutUserErrors: ShopifyCheckoutUserError[]
userErrors: ShopifyUserError[]
}
__typename "CheckoutCompleteFreePayload" |
|---|
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. |