-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add type, variable information to input value's ast (close #21) #1809
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
|
Depends on #1800 |
|
Deploy preview for hasura-docs ready! Built with commit 42ec0ff |
|
Review app for commit 25969af deployed to Heroku: https://hge-ci-pull-1809.herokuapp.com |
|
Review app for commit 3983079 deployed to Heroku: https://hge-ci-pull-1809.herokuapp.com |
|
Review app for commit 987c051 deployed to Heroku: https://hge-ci-pull-1809.herokuapp.com |
|
Review app for commit 42ec0ff deployed to Heroku: https://hge-ci-pull-1809.herokuapp.com |
|
@0x777 The last commit on master is a CLI change - hence no need to merge master into this branch for merging this. |
|
Review app https://hge-ci-pull-1809.herokuapp.com is deleted |
<!-- The PR description should answer 2 important questions: --> ### What <!-- What is this PR trying to accomplish (and why, if it's not obvious)? --> <!-- Consider: do we need to add a changelog entry? --> <!-- Does this PR introduce new validation that might break old builds? --> <!-- Consider: do we need to put new checks behind a flag? --> ### How <!-- How is it trying to accomplish it (what are the implementation steps)? --> --------- Co-authored-by: Daniel Harvey <danieljamesharvey@gmail.com> V3_GIT_ORIGIN_REV_ID: 1625c883de99258178463c17b98dc02c564980dd
This information can be used for various optimisations (caching queries and subscriptions plans). Also fixes the long standing #21
Affected components