File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ notation):
79
79
set {
80
80
<_:jedi1> <character_name> "Luke Skywalker" .
81
81
<_:leia> <character_name> "Leia" .
82
- <_:sith1> <character_name> "Anakin" (aka="Darth Vador ",villain=true).
82
+ <_:sith1> <character_name> "Anakin" (aka="Darth Vader ",villain=true).
83
83
<_:sith1> <has_for_child> <_:jedi1> .
84
84
<_:sith1> <has_for_child> <_:leia> .
85
85
}
Original file line number Diff line number Diff line change @@ -565,6 +565,9 @@ trace information for the request.
565
565
- ` "tracing" ` : Displays performance tracing data in [ Apollo
566
566
Tracing] [ apollo-tracing ] format. This includes the duration of the whole query
567
567
and the duration of each operation.
568
+ - ` "dql_query" ` : Optional, displays the translated DQL query Dgraph composed.
569
+ This is only output when the GraphQL debug superflag
570
+ ` (--graphql "debug=true;") ` is set.
568
571
569
572
[ apollo-tracing ] : https://github.com/apollographql/apollo-tracing
570
573
You can’t perform that action at this time.
0 commit comments