This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tracing & cache control the express server and observe queries in…
… GraphiQL #graphql-in-production [API] ### Instructions 1. Activate the `tracing` & `cacheControl` option on Apollo Server 2. Run some operations in GraphiQL and inspect results --- ### Tips - Edit `api/src/server/index.js` - `tracing` & `cacheControl` options are `Boolean`: you need to set it to `true`
- Loading branch information