-
Notifications
You must be signed in to change notification settings - Fork 2.8k
document 'update_by_pk' and 'delete_by_pk' examples (close #4622) #4625
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 4a446d6 |
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.
@marionschleifer Can we add the reference docs for select_by_pk, update_by_pk and delete_by_pk in the http://localhost:8000/graphql/manual/api-reference/graphql-api/query.html and http://localhost:8000/graphql/manual/api-reference/graphql-api/mutation.html pages
rakeshkky
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.
Couple of example changes.
Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com>
Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com>
tirumaraiselvan
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.
changelog
|
Review app https://hge-ci-pull-4625.herokuapp.com is deleted |
Description
Add examples in the docs for
delete_<table>_by_pkandupdate_<table>_by_pkmutations. Update the custom root fields API reference.closes #4622
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Changed files / sections