-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: allow custom mutations through actions #3252
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
|
Deploy preview for hasura-docs ready! Built with commit 6fcf729 |
|
Review app for commit ea7d23a deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit fa94331 deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit 7cb5faa deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit e49778d deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit 274cbeb deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit 8b016f8 deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
console/src/components/Services/Actions/Relationships/Components/AddManualRelationship.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Actions/Relationships/Components/ManualRelationshipSelector.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Actions/Relationships/Components/ManualRelationshipSelector.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Actions/Relationships/Components/RelationshipEditor.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/ApiExplorer/GraphiQLWrapper/GraphiQLWrapper.js
Outdated
Show resolved
Hide resolved
|
If I want to add a relationship and don't fill some required type, eg. name, I'm getting an error |
|
Review app for commit 480849a deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit f83ccf1 deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit 70162ba deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit 7073dec deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Do you have a planned date for the release of this along with all related functionality? |
|
Review app for commit 2c9d1fe deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit 8f3cdcb deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
@wawhal hi, good job. I have a question about Codegen, will they also generate the Postgres function? |
|
@SidhNor we are planning to release in the next couple of days. |
|
Review app for commit 21cc0ef deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Review app for commit c02fbfe deployed to Heroku: https://hge-ci-pull-3252.herokuapp.com |
|
Closing this preview PR. Actions is now available in beta. |
|
Review app https://hge-ci-pull-3252.herokuapp.com is deleted |
|
@wawhal have any plan/schedule to add support to postgres function? |
Description
This PR implements a UI for creating actions and managing types.
Affected components
Related Issues
Solution and Design
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sqlauto manages the new metadata through schema diffing?run_sqlauto manages the definitions of metadata on renaming?export_metadata/replace_metadatasupports the new metadata added?GraphQL
Breaking changes
No Breaking changes
There are breaking changes:
Metadata API
Existing
querytypes:argspayload which is not backward compatibleJSONschemaGraphQL API
Schema Generation:
NamedTypeSchema Resolve:-
nullvalue for any input fieldsLogging
JSONschema has changedtypenames have changedSteps to test and verify
Limitations, known bugs & workarounds