
Hey everyone! π I'm building a project using Next.js and exploring different backend options. I want to set up a proper backend with GraphQL and support for two-way relational data (like foreign keys, joins between collections/tables, etc.).
Right now, Iβm trying out Appwrite, but Iβm not sure if it supports this type of setup β especially for:
Full GraphQL API support
Relational collections (e.g. Author β Novels β Chapters)
Efficient querying (e.g. getNovel β include related author + chapters)
My Questions:
Is it possible to implement this with Appwrite alone?
If not, what would you recommend? (e.g. Appwrite + Hasura, Supabase, or custom GraphQL server?)
Any tips or resources on how to model this kind of structure?
Appreciate any guidance or best practices π
Thanks in advance!
Recommended threads
- Getting CORS error for GraphQL query on ...
Getting CORS error when making GraphQL queries using Appwrite's SDK in Next.js (client-side). Login/signup works fine. Only GraphQL is failing on both localhost...
- Query.limit() returning inconsistent res...
Hi I wonder if someone could help me out with an issue. For some reason I am finding running identical queries on the same collection with different limits ret...
- Error importing data after server migrat...
Hello, I recently purchased a new web server and when trying to migrate my data from the old server to the new (both self-hosted instances of appwrite on coolif...
