Home > @vue-storefront/magento-api > customer

customer variable

Returns the information about the current customer. To override the default query, use the customer query key.

Signature:

_default: (context: Context, customQuery?: CustomQuery, customHeaders?: CustomHeaders) => Promise<ApolloQueryResult<CustomerQuery>>