List Question
20 TechQA 2024-03-12T18:31:18.247000React Native app not catching Prisma schema updates with generated GraphQL
18 views
Asked by Daniel S Beebot
use nexus-prisma without prisma client
122 views
Asked by luis-amarquez
why can't I make queries with Prisma in my typescript code?
134 views
Asked by thethirdsh
Prisma solution to avoid n+1 with findUnique performs mutiple select id from table
199 views
Asked by Naor
get a nested email field that is part of another model in prisma?
367 views
Asked by deadcoder0904
Advanced GroupBy and Aggregation in GraphQL using Nexus (+Prisma)
806 views
Asked by Lloyd Richards
Nexus GraphQl does not generate types when schema.prisma is changed
907 views
Asked by n3dsky
How can I leverage Prisma's implicit relations to create the following relation? (one-many, many-many, one-one)
328 views
Asked by Daniel Hoops
Adding many relation fields to Prisma 3
266 views
Asked by Igniter
Polymorphism in Prisma Schema - Best practices?
7.8k views
Asked by buzzysin
nexus-prisma with jest: running tests error
131 views
Asked by Manuel Bichler
How to prevent/ignore a field being sent during a nexus graphql mutation of relation field?
220 views
Asked by user1945290
Recursively convert object items that are equal to null to undefined
820 views
Asked by Nenad
How can I sort items by custom value in Prisma? (trying to implement "sort by hot" like on Hacker News or Reddit)
1.3k views
Asked by lumenwrites
Prisma2 Error: Invalid `prisma.post.create()` invocation: Unknown arg `tags` in data.tags for type PostUncheckedCreateInput
7.7k views
Asked by lumenwrites
issue when trying to use extendType in prisma nexusjs
332 views
Asked by david miles
Cannot get ts-node to compile code with optional chaining
2.8k views
Asked by Akxe
Correct way to define contextType in NexusJS while using NextJS
1.6k views
Asked by slinden
How to search M to N relationship in prisma?
757 views
Asked by lcpnine
How to replace the null values with undefined (in object properties) only in case of not assignable types?
971 views
Asked by robert.little