How to disable extensions for queries and mutations for dql query and mutation?

https://dgraph.io/docs/graphql/api/requests/#turn-off-extensions

Extensions are returned in every response. These are completely optional. If you’d like to turn off extensions, you can set the --graphql superflag’s extensions option to false (--graphql extensions=false ) when running Dgraph Alpha.

2 Likes