graphql-compose / graphql-compose/graphql-compose-mongoose
Generate Upsert Resolvers
Open
- Dominant language
- TypeScript
- Stars
- 706
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
I was wondering if I can modify the updateOne or createOne generated resolvers to insert/update depending on whether the document exists.
Usually, I would just create a custom resolver and pass the `{ upsert: true }` option to mongoose. But it would be a lot of work to make a ton of custom resolvers for something that can easily be generated but with a small change.
Please let me know if there is any way to accomplish this! Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.