Join Slack
Powered by
Hi all. Does anyone know of any example projects t...
# orm-help
j
Jake Ranallo
12/10/2018, 7:44 AM
Hi all. Does anyone know of any example projects that have a blog style posts model showing a many to many 'tags' style relationship? Struggling to implement arrays of tags on posts in my project? Thanks
m
mezie
12/10/2018, 10:27 AM
Hey! I have this project
https://github.com/ammezie/graphql-blog-cms-api
mezie
12/10/2018, 10:28 AM
Didn't use Prisma in it though
j
Jake Ranallo
12/10/2018, 9:07 PM
Awesome thank you! I see you're assigning tags to posts as integers in the schema - is this an array of tag IDs?
2
Views
Open in Slack
Previous
Next