From 38918247c0d03d46e325f2dfff9a82e32a036155 Mon Sep 17 00:00:00 2001 From: Matthew McNeely Date: Wed, 22 Jan 2025 14:35:39 -0500 Subject: [PATCH] Update extensions description for new dql_query attribute --- content/graphql/graphql-clients/endpoint/graphql-response.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/graphql/graphql-clients/endpoint/graphql-response.md b/content/graphql/graphql-clients/endpoint/graphql-response.md index f0466aca..9679b001 100644 --- a/content/graphql/graphql-clients/endpoint/graphql-response.md +++ b/content/graphql/graphql-clients/endpoint/graphql-response.md @@ -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