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

inefficient query plans when using @context #3140

Merged
merged 17 commits into from
Oct 15, 2024
Merged

inefficient query plans when using @context #3140

merged 17 commits into from
Oct 15, 2024

Commits on Sep 9, 2024

  1. Query plans that incorporated contextual variables could be inefficie…

    …nt in some circumstances. Fix this by having all conditions go through the handleRequires() code path
    clenfest committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ff5e2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9888268 View commit details
    Browse the repository at this point in the history
  3. add changeset

    clenfest committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2ec181e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    f473842 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    f117c6d View commit details
    Browse the repository at this point in the history
  2. prettier and cspell fix

    clenfest committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fcf48af View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    8b14505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df44700 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    ab3dfcf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. basic requires test

    clenfest committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    27b5860 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    310b23d View commit details
    Browse the repository at this point in the history
  2. simplifying handleRequires

    clenfest committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0997fb7 View commit details
    Browse the repository at this point in the history
  3. refactoring

    clenfest committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b92e52f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Adjust calling code for split handleRequires(), paired with @clenfest

    Co-authored-by: Chris Lenfest <clenfest@apollographql.com>
    sachindshinde and clenfest committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    efce70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff59e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f584d0 View commit details
    Browse the repository at this point in the history
  4. add .gitleaksignore file

    clenfest committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a04979f View commit details
    Browse the repository at this point in the history