Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wundergraphinc-milinda-eng-8701-implement-cache-warmer-from.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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"