<@U0RQY0KK5> commented on <@U526NK30C>’s file <htt...
# prisma-whats-new
u
@nilan commented on @sven’s file https://prisma.slack.com/files/U526NK30C/F51U9PMT2/Question_about_GraphQL_queries: I would highly recommend against duplicating data entry points like this. The increased complexity for the query is only slight, but now you would need to do a lot of brittle housekeeping to keep the different connections
user -> houses -> street
and
user -> streets
in sync.