token=abc123 query string to the entry URL. This token should then be added to posts to the GraphQL API endpoint to allow querying for draft content.token parameter from the initial GET request, if it exists, to the Apollo client./api/graphql Nuxt server route, forwarding the request on to the 3rd party server. Doing that, I've been able to modify the endpoint URL with that token. However, I have not figured out how I can do the same for server-side requests, as they go directly to the 3rd-party endpoint.