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

Accept normal object as 'variableValues' arg of 'graphql' function #1937

Merged
merged 1 commit into from Jun 1, 2019

Conversation

IvanGoncharov
Copy link
Member

Synchronise it with same argument of 'execute'
https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L102
Plus in most cases result of JSON.parse is passed, which is normal
object.

Synchronise it with same argument of 'execute'
https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L102
Plus in most cases result of `JSON.parse` is passed, which is normal
object.
@IvanGoncharov IvanGoncharov added the PR: bug fix 🐞 requires increase of "patch" version number label Jun 1, 2019
@IvanGoncharov IvanGoncharov merged commit 8d403ca into graphql:master Jun 1, 2019
IvanGoncharov added a commit to IvanGoncharov/graphql-js that referenced this pull request Jun 1, 2019
Duplicate graphql#1937 but for 'subscribe' and 'createSourceEventStream'
functions
IvanGoncharov added a commit to IvanGoncharov/graphql-js that referenced this pull request Jun 1, 2019
Duplicate graphql#1937 but for 'subscribe' and 'createSourceEventStream'
functions
IvanGoncharov added a commit that referenced this pull request Jun 1, 2019
…1939)

Duplicate #1937 but for 'subscribe' and 'createSourceEventStream'
functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: bug fix 🐞 requires increase of "patch" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant