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
- Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a nonβSSE response β¦and the browser immediately closes the connection. read...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...