Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

getBasicProfileQuery

Portion of the GraphQL query used in the getMe API endpoint when customer parameter is not passed

getBasicProfileQuery = "\n  query getBasicProfile(
	$locale: Locale!,
	$acceptLanguage: [Locale!],
	$currency: Currency!
) {\n    me {\n      activeCart {\n        ...DefaultCart\n      }\n    }\n  }\n"