-
Notifications
You must be signed in to change notification settings - Fork 30
graphql: strict type validation #689
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
Conversation
AFAIR, query_util was extracted in graphql.0 to reuse it in avro_schema generation for a query. Maybe you don't need to move the code here. I had several non-standard types: Long, Map, InputUnion, InputMap. Please, verify that they don't leak here. Please also consider to to open a PR to https://github.com/tarantool/graphql. |
Will do |
708c8f4
to
76cb56d
Compare
76cb56d
to
64e18a5
Compare
Related patch to https://github.com/tarantool/graphql - tarantool/graphql#7 |
a00090f
to
f7fb3ed
Compare
rename "evaluateSelection" to "evaluateSelections" before we define global variable.
This patch is a port of tarantool/graphql.0@38fc560
To preserve backward compatibility
5b227b9
to
1edb5d4
Compare
This patchset is a port of tarantool/graphql.0#180 by @Totktonada
See commit messages for the references.
This patchset solves a problem then we don't validate arguments that are passed via variables for nullability-non-nullability