Hey, I'm using prisma and graphql. I want to add m...
# orm-help
u
Hey, I'm using prisma and graphql. I want to add many to many connection between two types and the connection between them should also have information that describes the connection (time of when the connection was added, who added the connection etc...) In prisma I did it with connection table, how do I add this connection table in correct way to graphql?