GitHub

CheckoutCustomerAssociateV2Payload

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

Return type for checkoutCustomerAssociateV2 mutation.

type CheckoutCustomerAssociateV2Payload = {
    __typename?: 'CheckoutCustomerAssociateV2Payload';
    checkout?: Maybe<Checkout>;
    checkoutUserErrors: Array<CheckoutUserError>;
    customer?: Maybe<Customer>;
    userErrors: Array<UserError>;
}