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

Make ObservableQuery#getCurrentResult always call queryInfo.getDiff() #8422

Merged
merged 3 commits into from
Jun 28, 2021

Commits on Jun 23, 2021

  1. Make ObservableQuery#getCurrentResult always call queryInfo.getDiff().

    Appears to fix #7978.
    
    Note that QueryInfo#getDiff knows how to handle fetchPolicy: "no-cache",
    so it's safe to call it even in that case.
    benjamn committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    f644e2a View commit details
    Browse the repository at this point in the history
  2. Mention PR #8422 in CHANGELOG.md.

    benjamn committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3d60aac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f23cba6 View commit details
    Browse the repository at this point in the history