-
Notifications
You must be signed in to change notification settings - Fork 2.8k
support null and default values for function input arguments (close #2176, #2250) #2282
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
…ura#2250 => If a parameter is not provided, it's default value is considered in SQL function => If a parameter is provided with 'null' value, then SQL function executed with 'NULL' value
|
Deploy preview for hasura-docs ready! Built with commit f0dc399 |
|
Review app for commit 6e8abec deployed to Heroku: https://hge-ci-pull-2282.herokuapp.com |
|
Review app for commit 61ff741 deployed to Heroku: https://hge-ci-pull-2282.herokuapp.com |
|
Review app for commit f1dbe4b deployed to Heroku: https://hge-ci-pull-2282.herokuapp.com |
|
Review app for commit 8f9fb74 deployed to Heroku: https://hge-ci-pull-2282.herokuapp.com |
rikinsk-zz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved docs
|
Review app for commit f0dc399 deployed to Heroku: https://hge-ci-pull-2282.herokuapp.com |
|
Review app https://hge-ci-pull-2282.herokuapp.com is deleted |
Description
Support
nulland default values for input argument inargsfield for SQL function queryAffected components
Related Issues
close #2250 , #2176
Solution and Design
argsobject as nullableNULLvalue for an argument whose GraphQL value isnullSteps to test and verify