GitHub

CartBuyerIdentityUpdatePayload

Return type for cartBuyerIdentityUpdate mutation.

import { CartBuyerIdentityUpdatePayload } from '@daffodil/driver/shopify'
type CartBuyerIdentityUpdatePayload = {
    __typename?: 'CartBuyerIdentityUpdatePayload';
    cart?: Maybe<Cart>;
    userErrors: Array<CartUserError>;
}
Type Options
CartBuyerIdentityUpdatePayload { __typename?: 'CartBuyerIdentityUpdatePayload'; cart?: Maybe<Cart>; userErrors: Array<CartUserError>; }