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

Fixes #1617: Federation Enum not parsing value 0 #1618

Merged
merged 3 commits into from
Dec 5, 2019

Commits on Dec 4, 2019

  1. Fixes apollographql#1617

    Updated buildSchemaFromSDL to handle Enums with a value of 0. Previously, when an enum had a value of 0, the name would be used as the enum value.
    
    Added a unit test to ensure 0
    Stephen Post committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    196bcba View commit details
    Browse the repository at this point in the history
  2. Fix Lint errors, update CHANGELOG

    Stephen Post committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9ce0c62 View commit details
    Browse the repository at this point in the history
  3. Update equality check after PR comments

    Stephen Post committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    3824687 View commit details
    Browse the repository at this point in the history