getFullProfileQuery
Portion of the GraphQL query used in the getMe API endpoint when customer parameter is passed
getFullProfileQuery = "\n query getFullProfile(
$locale: Locale!,
$acceptLanguage: [Locale!],
$currency: Currency!
) {\n me {\n activeCart {\n ...DefaultCart\n }\n customer {\n ...DefaultCustomer\n }\n }\n }\n"