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

# customerUpdateMeMutation variable

Portion of the GraphQL query used in the customerUpdateMe API endpoint

Signature:

customerUpdateMeMutation = "\n  mutation customerUpdateMe($version: Long!, $actions: [MyCustomerUpdateAction!]!, $storeKey: KeyReferenceInput) {\n    user: updateMyCustomer(version: $version, actions: $actions, storeKey: $storeKey) {\n      ...DefaultCustomer\n    }\n  }\n"