GitHub

CheckoutCustomerDisassociateV2Payload

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

Return type for checkoutCustomerDisassociateV2 mutation.

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