GitHub

CheckoutCustomerAssociateV2Payload

Return type for checkoutCustomerAssociateV2 mutation.

import { CheckoutCustomerAssociateV2Payload } from '@daffodil/driver/shopify'
type CheckoutCustomerAssociateV2Payload = {
    __typename?: 'CheckoutCustomerAssociateV2Payload';
    checkout?: Maybe<Checkout>;
    checkoutUserErrors: Array<CheckoutUserError>;
    customer?: Maybe<Customer>;
    userErrors: Array<UserError>;
}
Type Options
CheckoutCustomerAssociateV2Payload { __typename?: 'CheckoutCustomerAssociateV2Payload'; checkout?: Maybe<Checkout>; checkoutUserErrors: Array<CheckoutUserError>; customer?: Maybe<Customer>; userErrors: Array<UserError>; }