GitHub

CartCreatePayload

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

Return type for cartCreate mutation.

type CartCreatePayload = {
    __typename?: 'CartCreatePayload';
    cart?: Maybe<Cart>;
    userErrors: Array<CartUserError>;
}