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

simplify CollectFields for @defer and @stream #3994

Merged
merged 4 commits into from
Dec 16, 2023
Merged

Commits on Dec 8, 2023

  1. alternative to simplify CollectFIelds for @defer @stream

    minimizes changes to CollectFields a la graphql#3982 but still creates a single memoized incremental field plan per list item.
    yaacovCR committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    27fab86 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. removed duplicate type

    yaacovCR committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    cff3477 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. remove permanent tracking of all ancestors

    in favor of resolution at runtime
    
    this is a tradeoff of theoretical performance gain vs code simplification
    yaacovCR committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    40f07e2 View commit details
    Browse the repository at this point in the history
  2. remove Target term

    yaacovCR committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    24784b3 View commit details
    Browse the repository at this point in the history