graphjin
graphjin copied to clipboard
GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks
### 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...
**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...
**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...
### 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...
**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...
### 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...
**What would you like to be added**: Update of multiple items via a single mutation: ``` mutation { plans(update: $data) { id name } } ``` where data is: ```...
**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! #...
Following the jsonb example and trying to query results in ``` { "errors": [ { "message": "ERROR: cannot call jsonb_to_recordset on a non-array (SQLSTATE 22023)" } ] } ``` ###...
**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...