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
trafficstars

### What version of GraphJin are you using? `0.17.26` ### Have you tried reproducing the issue with the latest release? Yes ### Steps to reproduce the issue. - Try upsert...

bug

**What would you like to be added**: Document what it would take to get Super Graph working with Cockroach DB a distributed database that is designed to be compatible with...

enhancement
good first issue

**What would you like to be added**: Clarification on the usage of the GraphQL to SQL compiler ( `core`) via name scheme. **Why is this needed**: It's said that the...

enhancement

### What version of GraphJin are you using? `v0.17.22` ### Have you tried reproducing the issue with the latest release? No ### Steps to reproduce the issue (config used to...

bug

**What would you like to be added**: It would be useful to run pgadmin as a docker container. Its web based and easy to setup. It would be added to...

enhancement

### What version of GraphJin are you using? `graphjin version 0.17.15` ### Steps to reproduce the issue (config used to run GraphJin). Create a view from multiple tables, add "instead...

bug

**What would you like to be added**: Update of multiple items via a single mutation: ``` mutation { plans(update: $data) { id name } } ``` where data is: ```...

enhancement

**What would you like to be added**: Implement the Service type: type Service { name: String! # unique name for the service version: String! # any string schema: String! #...

enhancement

Following the jsonb example and trying to query results in ``` { "errors": [ { "message": "ERROR: cannot call jsonb_to_recordset on a non-array (SQLSTATE 22023)" } ] } ``` ###...

bug

**Summary**: I stumbled on this project via https://www.percona.com/resources/videos/automagical-graphql-sql-compiler and I have a use-case which would suit perfectly with this project. However, this might need the addition of a feature. The...

enhancement