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

Eliminate options.invalidate function in favor of local variables. #5883

Merged

Commits on Jan 30, 2020

  1. Eliminate options.invalidate function in favor of local variables.

    Every use case for options.invalidate can be handled more precisely using
    local variables, because there's no reason to invalidate every query that
    consumed the field when you can invalidate just the queries that depended
    on specific local variables.
    
    This change should also make it easier to explain field invalidation in
    our documentation, because we can just build on the explanation of local
    variables, rather than introducing a new but redundant concept.
    benjamn committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    2962cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ead8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b97aef6 View commit details
    Browse the repository at this point in the history