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

Introduce InputType for optional values with undefined state #658

Merged
merged 1 commit into from
Sep 17, 2017

Commits on Sep 14, 2017

  1. Introduce InputType for optional values with undefined state

    Introduce wrapper class InputType for optional values that can be in 3 states: some value, null and undefined.
    Update generation of input object types to utilize new InputType wrapper and don't serialize optional value if it's undefined.
    
    Closes apollographql#652
    sav007 committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    8482d6c View commit details
    Browse the repository at this point in the history