Join Slack
Powered by
Does anyone have an example of using an `upsert` o...
# orm-help
s
Sam Jackson
05/27/2018, 2:51 AM
Does anyone have an example of using an
upsert
operation in the context of a resolver? like
ctx.db.mutation.upsertSomething(...)
n
nilan
05/28/2018, 9:01 AM
you can run the mutation in the playground first, then translate it 1-1 to your resolver. Where are you stuck when following this process?
2
Views
Open in Slack
Previous
Next