Remix.run Logo
procaryote 8 hours ago

Why wouldn't you want your database schema to match how you use it?

no_wizard 4 hours ago | parent [-]

The whole point is to decouple the two. The gql queries are written for purpose, they’re not suppose to care about the data sources. This becomes even more important when a single query may grab data from more than a single source.