-
Notifications
You must be signed in to change notification settings - Fork 29
graphql: default variables are not working #866
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
Comments
olegrok
added a commit
that referenced
this issue
Jun 29, 2020
olegrok
added a commit
that referenced
this issue
Jun 30, 2020
Note: there is a difference between explicitly passed "null" value and just omitted variable. See graphql/graphql-spec#418 Closes #866
rosik
pushed a commit
that referenced
this issue
Jul 2, 2020
See: https://graphql.org/learn/queries/#default-variables Note: there is a difference between explicitly passed "null" value and just omitted variable. See graphql/graphql-spec#418 Closes #866
olegrok
added a commit
to tarantool/graphql
that referenced
this issue
Feb 11, 2021
Imported from tarantool/cartridge@6eb4a43 ``` See: https://graphql.org/learn/queries/#default-variables Note: there is a difference between explicitly passed "null" value and just omitted variable. See graphql/graphql-spec#418 Closes tarantool/cartridge#866 ```
olegrok
added a commit
to tarantool/graphql
that referenced
this issue
Feb 11, 2021
Imported from tarantool/cartridge@6eb4a43 ``` See: https://graphql.org/learn/queries/#default-variables Note: there is a difference between explicitly passed "null" value and just omitted variable. See graphql/graphql-spec#418 Closes tarantool/cartridge#866 ```
olegrok
added a commit
to tarantool/graphql
that referenced
this issue
Feb 25, 2021
Imported from tarantool/cartridge@6eb4a43 ``` See: https://graphql.org/learn/queries/#default-variables Note: there is a difference between explicitly passed "null" value and just omitted variable. See graphql/graphql-spec#418 Closes tarantool/cartridge#866 ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two screenshot below should be self-explanatory. First query without default variable:
Second with uuid default variable:
One server record were expected to be in response
The text was updated successfully, but these errors were encountered: