Skip to content

Commit 20ad31d

Browse files
ryanfoxtylerDanGM96matthewmcneely
authored
port open Dgraph Docs PRs (#116)
Co-authored-by: Jordan <[email protected]> Co-authored-by: Matthew McNeely <[email protected]>
1 parent 44d68d3 commit 20ad31d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dgraph/dql/schema.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ notation):
7979
set {
8080
<_:jedi1> <character_name> "Luke Skywalker" .
8181
<_:leia> <character_name> "Leia" .
82-
<_:sith1> <character_name> "Anakin" (aka="Darth Vador",villain=true).
82+
<_:sith1> <character_name> "Anakin" (aka="Darth Vader",villain=true).
8383
<_:sith1> <has_for_child> <_:jedi1> .
8484
<_:sith1> <has_for_child> <_:leia> .
8585
}

dgraph/graphql/http.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@ trace information for the request.
565565
- `"tracing"`: Displays performance tracing data in [Apollo
566566
Tracing][apollo-tracing] format. This includes the duration of the whole query
567567
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.
568571

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

0 commit comments

Comments
 (0)