Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 661 Bytes

client-identification.md

File metadata and controls

24 lines (17 loc) · 661 Bytes
description
Enrich your clients with the proper client name and version to distingush them in the analytics.

Client Identification

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"