-
First of all I'd like to congratulate for this amazing library!
I'm trying to use the generated I tried with the following (accepted) graphql query but it's working (as I expect) just for the last tag (tag2).
Is there any way to achieve the following functionality? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
TypeGraphQL-Prisma integration is mostly 1:1 copy of Prisma Client API. So if you can show the Prisma Client call that does the job, then I could help you with the graphql query. |
Beta Was this translation helpful? Give feedback.
-
Have you tried this approach with array?
|
Beta Was this translation helpful? Give feedback.
Ok I've solved the issue by changing the variables to the following (by using an array for the
create
key: