Dgraph accepts GraphQL documentation comments, which get passed through to the generated API and shown as documentation in GraphQL tools.
""" This is a graphql comment """), which get passed through to the generated
API and thus shown as documentation in GraphQL tools like GraphiQL, GraphQL
Playground, Insomnia etc.
# ... comments where ever you like. These comments are not
passed via the generated API and are not visible in the API docs.
# Dgraph. is reserved and should not be used
to document your input schema.
Schema Documentation on Types
