graphile / graphile/crystal

Update Mutation with "where" clause

Open
#1,225 2 comments 4 reactions 0 assignees View on GitHub
✨ 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.