Skip to content

Commit 3891824

Browse files
Update extensions description for new dql_query attribute
1 parent 8709943 commit 3891824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/graphql/graphql-clients/endpoint/graphql-response.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ The "extensions" field contains extra metadata for the request with metrics and
123123

124124
- `"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.
125125
- `"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.
126+
- `"dql_query"`: Optional, displays the translated DQL query Dgraph composed. This is only output when the GraphQL debug superflag `(--graphql "debug=true;")` is set.
126127

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

0 commit comments

Comments
 (0)