import { CheckoutBuyerIdentity } from '@daffodil/driver/shopify'
The identity of the customer associated with the checkout.
type CheckoutBuyerIdentity = { __typename?: 'CheckoutBuyerIdentity'; countryCode?: Maybe<CountryCode>; }