Is there an “Architecture” or a good practice in h...
# orm-help
m
Is there an “Architecture” or a good practice in how to organize the graphql queries and fragments in a big app, and how to make sure it’s scalable? What do you guys usually go with, how do you do it? I tried having the queries in a separate folder instead of putting them in the same file as they’re used. And now it’s a mess. Some components use queries that belongs to other pages, etc etc.
1
n
Hi Matheus 👋 If it helps, here are some examples of GraphQL apps. They are in the context of using GraphQL with Prisma, but I think these could help determine ideal project structure.