Home > @vsf-enterprise/commercetools-api > getBasicProfileQuery
# getBasicProfileQuery variable
Portion of the GraphQL query used in the getMe
API endpoint when customer
parameter is not passed
Signature:
getBasicProfileQuery = "\n query getBasicProfile($locale: Locale!, $acceptLanguage: [Locale!], $currency: Currency!) {\n me {\n activeCart {\n ...DefaultCart\n }\n }\n }\n"