graphjin icon indicating copy to clipboard operation
graphjin copied to clipboard

GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

Results 94 graphjin issues
Sort by recently updated
recently updated
newest added

**What would you like to be added**: I'd love to use this with sqlite3. Right now I see that a lot of stuff is coded for PostgreSQL. By using a...

enhancement

**What would you like to be added**: Support remote joins with GraphQL endpoints in addition to REST endpoints (currently supported) **Why is this needed**: This would require adding some config...

enhancement

hey @dosco Been playing with the wasm.... Can you add a script to show how to boot the wasm / deno compbo BTW it works with gotip. no need for...

bug
docs

### What version of GraphJin are you using? github.com/dosco/graphjin/core/v3 v3.0.0-20230302083035-c647f8a44bda github.com/dosco/graphjin/serv/v3 v3.0.0-20230204233127-c618c2bad99b ### Have you tried reproducing the issue with the latest release? Yes ### What is the hardware spec...

bug

### What version of GraphJin are you using? Latest master branch, v3.0.12 docker image ### Have you tried reproducing the issue with the latest release? Yes ### What is the...

bug

There is just a small paragraph about JWT in the docs. It doesn't do any service for one of most used ways of authentication nowadays. It lacks details about how...

bug
docs

### What version of GraphJin are you using? `graphjin version` `github.com/dosco/graphjin/core/v3 v3.0.0-20230605081643-067f320de10a` ### Have you tried reproducing the issue with the latest release? Yes ### Specs - DB: `mysql` ###...

bug

Currently, we host a big number of schemas (about ~700) which are equal in structure and version. The problem is when we try to configure the tables. Even with simpler...

enhancement

### What version of GraphJin are you using? `graphjin version` GraphJin 3.0.18 For documentation, visit https://graphjin.com Commit SHA-1 : 0c4461a769a355328f803c0851c2663ea9ea5d63 ### Have you tried reproducing the issue with the latest...

bug

go version go1.20 windows/amd64 graphjin version: v3 my code is follow: ```go func TestGraphjinQuery(t *testing.T) { db, _ := store.DB() //mysql db gql := `query { cloud_storage(limit: $limit) { id...

bug