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

Bumps [undici](https://github.com/nodejs/undici) from 5.4.0 to 5.8.0. Release notes Sourced from undici's releases. v5.8.0 ⚠️ Security Fixes ⚠️ CRLF injection in request path, method, and headers https://github.com/nodejs/undici/security/advisories/GHSA-3cvr-822r-rqcc, CVE CVE-2022-31150, reported by...

dependencies
javascript

Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

The motivation behind this feature: - The Allow List only allows prepared statements to be fired in production. This means that multiple clients of a server using graphjin would have...

Starting with magiclink this is a PoC of an automatic upsert configuration Can be used as follows graphJinServConfig.Auth = serv.Auth{ Name: "magiclink", Type: "magiclink", Cookie: "magiclink_cookie", MagicLink: struct { Secret...

### What version of GraphJin are you using? `graphjin version` Latest - v0.20.16 ### Steps to reproduce the issue (config used to run GraphJin). Any config. In the graphql web...

bug

I have read wiki but I didn't find some examples with custom logic in go.

I have a possible reason for this failure after diffing through the src for a few days but I can't quite isolate it so I figured I'd create an issue....

bug

I was following the tutorial trying out the webshop example and there is a small issue. The api is not reachable from the host because it starts with the dev...

bug
docs

When using docker compose the web gui port is not exposed. It might be to do with colima, and so got help from their maintainer I am cross posting the...

bug

Currently if we try to `graphjin` as library, we need to call `core.NewGraphJin()` with a `config` value and `db` object. But there's no way to specify a **postgres** `schema` for...

enhancement