Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(GraphQL): Nested auth queries no longer search through all possible records (#5666) #5950

Merged
merged 4 commits into from
Jul 14, 2020

Commits on Jul 13, 2020

  1. perf(GraphQL): Nested auth queries no longer search through all possi…

    …ble records (#5666)
    
    Previously auth queries had type filter for all levels and hence it would fetch all nodes of a particular type. This PR only applies auth on the nodes that are part of the parent query. Hence, touching same/less number of nodes as it would have in the query without auth rules.
    
    (cherry picked from commit 222f42a)
    Arijit Das committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8ca11d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3c467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab04d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de7f551 View commit details
    Browse the repository at this point in the history