Skip to content

Commit

Permalink
perf(GraphQL): Part-2: Remove unnecessary dgraph.uid : uid selectio…
Browse files Browse the repository at this point in the history
…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
abhimanyusinghgaur authored Dec 10, 2020
1 parent c03c327 commit 9baa3c7
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 364 deletions.
Loading

0 comments on commit 9baa3c7

Please sign in to comment.