Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow more options to the Apollo Server config #7665

Merged
merged 24 commits into from
Sep 4, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/v3.x/plugins/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ You can also setup any [Apollo Server options](https://www.apollographql.com/doc

You can edit these configurations by creating following file.

::: warning
Please note the setting for GraphQL `tracing` as changed and has been moved to `apolloServerConfig`
derrickmehaffy marked this conversation as resolved.
Show resolved Hide resolved
:::

**Path —** `./config/plugins.js`

```js
Expand Down