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

Variable nil vs. missing variable for field argument #20

Closed
hlship opened this issue Mar 27, 2017 · 2 comments
Closed

Variable nil vs. missing variable for field argument #20

hlship opened this issue Mar 27, 2017 · 2 comments
Assignees

Comments

@hlship
Copy link
Member

hlship commented Mar 27, 2017

From the GraphQL spec, concerning null values

The same two methods of representing the lack of a value are possible via variables by either providing the a variable value as null and not providing a variable value at all.

I'm pretty sure that the implementation will pass a nil for the argument value if the argument is bound to a variable that is simply not provided in the query. If so, this must be changed.

@annapawlicka
Copy link
Contributor

Looking into it.

@annapawlicka
Copy link
Contributor

Fixed with #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants