GitHub

CheckoutCustomerDisassociateV2Payload

Return type for checkoutCustomerDisassociateV2 mutation.

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