graphjin
graphjin copied to clipboard
GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
**What would you like to be added**: Sometimes we need aggregration result as order field, which is supported by sql, but not supported by graphjin. **Why is this needed**: An...
I saw this example on discord: ``` query { get_oldest_users(limit: 2, user_count: 4, tag: $tag) { tag_name @skip(if: $skipTag) id full_name is_admin(user_id: 5) } } ``` I tried it out...
I can imagine that sone people may want to use the filter concepts to do multi tenant also. So an org has certain roles and users. When an org connects...
### What would you like to be added: I would be great if GraphJin had support for managing (opening/committing) SQL transactions. This feature would allow multiple queries and mutations to...
**What would you like to be added**: i saw that GraphJin has mysql support, but for node. SO maybe there is some synergy because tidb is a mysql compatible server...
**What would you like to be added**: I am wondering if there is merit in adding an option to use SSE for subscription updates ? **Why is this needed**: Partly...
### What version of GraphJin are you using? `graphjin version` v0.21.9 (Go binary install) ### Have you tried reproducing the issue with the latest release? Yes ### What is the...
**What would you like to be added**: I really like [Surreraldb](https://github.com/surrealdb/surrealdb) and I think It will be a great match with Graphjin since it doesn't need migration and have graph...
### What version of GraphJin are you using? `graphjin version` core/v3 v3.0.0-20240503072632-ee9ecd63cbc1 ### Have you tried reproducing the issue with the latest release? Believed latest? used `go mod tidy` to...
Fix for the "Conflicting schema URL" error I was seeing locally 