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

incremental: introduce GraphQLWrappedResult to avoid filtering #4026

Merged
merged 27 commits into from
Apr 18, 2024

Commits on Apr 8, 2024

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

Commits on Apr 10, 2024

  1. remove unnecessary members from incrementalContext

    turns out we just need errors!
    yaacovCR committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bd52975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25af8dc View commit details
    Browse the repository at this point in the history
  3. add comment

    yaacovCR committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    056c344 View commit details
    Browse the repository at this point in the history
  4. drop check for simpllicity

    yaacovCR committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1105ee1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    6cfd1f0 View commit details
    Browse the repository at this point in the history
  2. simplify stream handling

    yaacovCR committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3edba1a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. remove unnecessary type

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b39435a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    537ce5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f089d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0202ba6 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary exports

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    facaf19 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary guard

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    26974f4 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary loop

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    47b988c View commit details
    Browse the repository at this point in the history
  8. rename fragmentResult

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    679aeb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b83ea5 View commit details
    Browse the repository at this point in the history
  10. introduce small helper

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7dcb8b3 View commit details
    Browse the repository at this point in the history
  11. fix strict types

    yaacovCR committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0b9842c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    7511630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765860e View commit details
    Browse the repository at this point in the history
  3. just push!

    yaacovCR committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    74d092e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24136af View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    eb435a0 View commit details
    Browse the repository at this point in the history
  2. remove extra tick

    yaacovCR committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f917255 View commit details
    Browse the repository at this point in the history
  3. remove another extra tick

    yaacovCR committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8ffb37f View commit details
    Browse the repository at this point in the history
  4. remove extra function

    yaacovCR committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c22cd01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e44e3a View commit details
    Browse the repository at this point in the history