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

UPDATE MANY #152

Open
mercurio-developing opened this issue Apr 19, 2023 · 0 comments
Open

UPDATE MANY #152

mercurio-developing opened this issue Apr 19, 2023 · 0 comments

Comments

@mercurio-developing
Copy link

mercurio-developing commented Apr 19, 2023

Hi guys I wonder if somebody can answer if this package its supporting UPDATE MANY? As far I can see its UPDATE MANY ids with the same data in the source code. Its avail to handle hasura 2.10 update many?

mutation update_many_articles { update_article_many ( updates: [ { where: {rating: {_lte: 1}}, _set: {is_published: false} }, { where: {rating: {_gte: 4}}, _set: {is_published: true} } ] ) { affected_rows } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant