Home > @vsf-enterprise/commercetools-api > customerSignMeInMutation

# customerSignMeInMutation variable

Portion of the GraphQL query used in the customerSignMeIn API endpoint

Signature:

customerSignMeInMutation = "\n  mutation customerSignMeIn($draft: CustomerSignMeInDraft!, $locale: Locale!, $acceptLanguage: [Locale!], $currency: Currency!, $storeKey: KeyReferenceInput) {\n    user: customerSignMeIn(draft: $draft, storeKey: $storeKey) {\n      customer {\n        ...DefaultCustomer\n      }\n      cart {\n        ...DefaultCart\n      }\n    }\n  }\n"