<@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: Are you talking about this alternative data model
Copy code
query {
  allUsers {
    houses {
      street {
        id
      }
    }
   streets {
     id
   }
  }
}