import { ShopifyCartLinesAddPayload } from '@daffodil/driver/shopify'
Return type for cartLinesAdd mutation.
interface ShopifyCartLinesAddPayload {
__typename: "CartLinesAddPayload"
cart: ShopifyCart
userErrors: ShopifyCartUserError[]
}
__typename "CartLinesAddPayload" |
|---|
cart ShopifyCart |
|---|
The updated cart. |
userErrors ShopifyCartUserError[] |
|---|
The list of errors that occurred from executing the mutation. |