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

Query deduplication #285

Merged
merged 13 commits into from
Feb 16, 2022
Merged

Query deduplication #285

merged 13 commits into from
Feb 16, 2022

Commits on Feb 11, 2022

  1. query deduplication

    not compiling for now, will be reimplemented as a layer
    Geal committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    18c20c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98fe16 View commit details
    Browse the repository at this point in the history
  3. check the operation kind to deduplicate only for queries

    mutations and subscriptions should not be deduplicated
    Geal committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ab5ffb4 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Geal committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    3e69ce8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eddfbb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    3d4b52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941c2aa View commit details
    Browse the repository at this point in the history
  3. OperationKind is Copy now

    Geal committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a228e1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    493ef13 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    3915141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e97ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05ac6a View commit details
    Browse the repository at this point in the history