Client Identification

Enrich your clients with the proper client name and version to distingush them in the analytics.

In order to properly identify different clients on the platform, you must provide the Client Name and Version in the form headers with every request. We support two different variants.

This variant is vendor neutral and highly recommended.

"GraphQL-Client-Name": "name",
"GraphQL-Client-Version": "0.0.1"

We also support the Apollo variant for migration reasons and overall better ecosystem support.

"ApolloGraphQL-Client-Name": "name",
"ApolloGraphQL-Client-Version": "0.0.1"

Last updated