Dgraph GraphQL Tour

Basic

Comments

Queries can contain comments.

Anything after a hash (#) on a line is a comment, and ignored for query processing.

This is helpful for debugging queries and for tutorials that need to explain parts of queries in-line, which is what we’ll do for the more complex queries that you’ll encounter later in the tutorial.

2.14 Comments