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

Capitalize GraphQL #2219

Merged
merged 2 commits into from
Jan 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ _(Note: you do not need the `DUMP_SCHEMA` environment variable when starting the
server - it is only used for exporting an updated schema and should not be set
when trying to start the KeystoneJS GraphQL API)_

Apollo Server will read the `ENGINE_API_KEY` env var and start sending graphQL
Apollo Server will read the `ENGINE_API_KEY` env var and start sending GraphQL
stats to Apollo Engine.

Within seconds of triggering graphQL requests, they will begin to show in Apollo
Within seconds of triggering GraphQL requests, they will begin to show in Apollo
Engine:

[Apollo Engine > Metrics > Slow Query > Trace > Inspect](./apollo-engine-metrics-usage.gif)
Expand Down