Does anyone have an example of using an `upsert` o...
# orm-help
s
Does anyone have an example of using an
upsert
operation in the context of a resolver? like
ctx.db.mutation.upsertSomething(...)
n
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?