graphjin
graphjin copied to clipboard
GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
Can we add a note in the docs somewhere where we mention if graphjin supports the full graphql spec? Something similar to https://github.com/99designs/gqlgen/issues/760 but in the docs. Use-case: this will...
Post edit: just realised that this repo has discussions :) should have used that … **What would you like to be added**: use json schema ( which btw is very...
This project looks awesome. I'm somewhat of a noobie to GraphQL and still finding my feet. One question I had that I cant seem to find in the docs is...
Awesome project, thank you Vikram! I'm thinking about something like a "forgot password" functionality. I don't think it's quite possible yet to implement it fully in GraphJin yet, but maybe...
**What would you like to be added**: ability to debug the local and remote docker. **Why is this needed**: I think that its going to make it much easier for...
There is no priority in this issue, think is enough to know that this happens. ### What version of GraphJin are you using? v0.17.6 ### Steps to reproduce the issue...
### What version of GraphJin are you using? `graphjin version` I am using go install version on my Windows 10 pc go get github.com/dosco/graphjin so currently , there is not...
**What would you like to be added**: Add the ability to call a web-hook on successful completion of inserts, updates, deletes or upserts. **Why is this needed**: This will allow...
**What would you like to be added**: * custom http handler * custom graphql handler * postgres trigger handler **Why is this needed**: This is what my project is used...
**What would you like to be added**: Sorting over aggregation is not supported. ``` { billing_data (order_by: {sum_billingamount: desc}) { clusterid clustertype clustername sum_billingamount } } ``` ``` Error: "error":...