Many to Many Relationships in GraphQL & Prisma
In this post we’ll cover “Many to Many” relationships in GraphQL and Prisma using the “explicit” design. More details on relations can be found here. Our project in the tutorial series we’ve been working on doesn’t have any need for many-to-many yet, so let’s use a different project that I’ve already setup for us. Starting …