Update Mutation with "where" clause
Open
✨ Possible via v4 plugin
🔁 revisit-in-v5
- Dominant language
- TypeScript
- Stars
- 12.9k
- Forks
- 625
- Avg merge
- 5h 23m
- Merged PRs (30d)
- 24
Description
I'm submitting a ...
* [ ] bug report
* [x] feature request
* [ ] question
PostGraphile version:
Library : "postgraphile": "4.5.5"
Request For: Update Mutation with "where" clause
Example :
```
mutation{
updateBooks(
where: {
or: [
{title: like “the%”}
{genre: like “sci-fi” }
]}
bookPatch:{
favourite: true
}
){
book : {
id
title
genre
favourite
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.