GitHub

CartBuyerIdentityUpdatePayload

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

Return type for cartBuyerIdentityUpdate mutation.

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