Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(GraphQL): Part-2: Remove unnecessary
dgraph.uid : uid
selectio…
…ns for auth queries (GRAPHQL-854) (#7105) We don't need to query `uid` for auth queries, as they always have at least one field in their selection set. This optimizes the number of `touched_uids` greatly, while time is not much improved here.
- Loading branch information