am I not supposed to be able to `mutation { create...
# orm-help
z
am I not supposed to be able to
mutation { createNotes: {data: {connect: {...where noteId is XXX...] }} } }
n
why wouldn't you be supposed to do so?
z
it doesn't work using Prisma/yoga, I get errors. Should I try more, you mean this is possible?
n
Yes, this is possible 🙂 If you can't get it to run, I suggest creating a new thread in the Forum. I'd be happy to review your situation there.
z
I reverted to server/client roundtrip
the syntax above then is on right track?