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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because itβs not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...