Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

docs(graphql): Update extensions description for new dql_query attribute #689

Closed
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ The "extensions" field contains extra metadata for the request with metrics and

- `"touched_uids"`: The number of nodes that were touched to satisfy the request. This is a good metric to gauge the complexity of the query.
- `"tracing"`: Displays performance tracing data in [Apollo Tracing][apollo-tracing] format. This includes the duration of the whole query and the duration of each operation.
- `"dql_query"`: Optional, displays the translated DQL query Dgraph composed. This is only output when the GraphQL debug superflag `(--graphql "debug=true;")` is set.

[apollo-tracing]: https://github.com/apollographql/apollo-tracing

Expand Down
Loading