:thinking_face: just asking, do i need the `@relat...
# prisma-whats-new
m
🤔 just asking, do i need the
@relation
when i want to make a relation between to models? I've problems with my schema at the moment and have seen a example from graph-cool (landing-page) where they dont use this
@relation
thing ...

https://mjz.io/RLC3I.pngâ–¾

This is a screenshot from the graph.cool website
Copy code
This argument is only required if relations are ambiguous.
m
Mhh.. just noticed i'am using graph-cool (also the CLI) and not prisma
is graph-cool depricated? (didn't read that anywhere)