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

Fix __typename addition for InlineFragments #1286

Merged
merged 4 commits into from
May 21, 2019

Commits on May 20, 2019

  1. Fix __typename addition for InlineFragments

    We need operation registration's __typename adding to match how
    Apollo Client does this in order for query hashes to match.
    
    In order to achieve parity here, I've added the __typename field
    to InlineFragments as well. While the __typename on an interface
    may be redundant (see new tests for example), it's also a safer
    change for me to recommend than anything within Apollo Client.
    trevor-scheer committed May 20, 2019
    Configuration menu
    Copy the full SHA
    3b6f649 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    trevor-scheer committed May 20, 2019
    Configuration menu
    Copy the full SHA
    a978c49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79aafc0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

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