Questions tagged [nexus-prisma]

62 questions
0
votes
1 answer

prisma2 subscriptions returns data: null

I have a basic pubsub working here using the boilerplate and graphql-yoga: https://github.com/ryanking1809/prisma2_subscriptions https://codesandbox.io/s/github/ryanking1809/prisma2_subscriptions/tree/sql-lite With a publish mutation: const…
Ryan King
  • 3,538
  • 12
  • 48
  • 72
0
votes
1 answer

Extending types DB Design with Prisma

If I have a schema which looks like below, where a User can have many images, but I don’t have a field on the image to point back to the User. How do I save a new Image and have it connect to the user? I was thinking I would omit the User field on…
Corey Snyder
  • 236
  • 1
  • 3
  • 12
1 2 3 4
5