Hi Everyone. I am a bit confused as to how to mode...
# prisma-whats-new
t
Hi Everyone. I am a bit confused as to how to model in graphcool. Is every connection really bidirectional? How am I supposed to model generic concepts like
Location
or
Address
? Do I need a new type for every field? Like
UserAddress
that has a pointer back to the user and
CompanyAddress
that has a pointer back to the company? That seems very tedious? And how would I then query all addresses? Do I have to join queries to all possible different address types?