-
Notifications
You must be signed in to change notification settings - Fork 162
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
ArrayValue is used instead of ListValue #27
Comments
/cc @aarvay |
Oh, this changed out from under me: graphql/graphql-js@0f784fd Good catch! Update coming. |
fixed by 5b83654 |
Thanks for the fix, @swolchok 👍 |
Thanks @swolchok, appreciate your work on this 🙏 On Tuesday, 8 March 2016, Vignesh Rajagopalan [email protected]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ArrayValue
isn't referenced in the spec butListValue
is https://facebook.github.io/graphql/#sec-List-Value.With a query like:
I get something like:
I'd expect:
which would mirror the spec
The text was updated successfully, but these errors were encountered: