graphjin
graphjin copied to clipboard
GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
**What would you like to be added**: It looks like cmd_seed has a couple of functions manually added, `graphql` and `import_csv`. It would also be nice to have something generic...
**What would you like to be added**: something like: ```yaml roles: - name: user tables: - name: users schema: my_schema query: filters: ["{ id: { _eq: $user_id } }"] ```...
### What version of Super Graph are you using? `super-graph version` v0.15.3 ### Steps to reproduce the issue (config used to run Super Graph). When you specify a schema in...
**What would you like to be added**: Currently config uses one file per environment (eg. dev, staging, prod, etc) we should move to a multi-file config where we have one...
It would be amazing to support Subscriptions also via Server-Sent Events. Here an example in JS: https://github.com/CodeCommission/subscriptions-transport-sse
**What would you like to be added**: Add a deploy to Heroku button to the README.md file https://www.heroku.com/elements/buttons **Why is this needed**: Easier for people to try out Super Graph
I'm wondering how to solve this problem with SuperGraph. Now I have an endpoint like this: ```graphql type Mutation { sellPlayer(player: PlayerInput!): Player! } ``` The business logic here is:...
I think it's a bit ugly to see such a list in the instrospections: ``` account_id avg_account_id avg_id avg_score count_account_id count_id count_score created_at id max_account_id max_id max_score min_account_id min_id min_score...
Let's take the example config [here](https://supergraph.dev/docs/config): ```yaml roles: - name: user tables: - name: products query: filters: ["{ user_id: { eq: $user_id } }"] insert: filters: ["{ user_id: { eq:...
Hi Team. Stumbled across this project while looking for a good "automatic-api" projects. Surely you know about similar offering from Hasura -- https://github.com/hasura/graphql-engine, which is at a much later stage...