graphjin

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

APACHE-2.0 License

Downloads
231
Stars
2.8K
Committers
54

Bot releases are hidden (Show)

graphjin - v0.20.35

Published by dosco about 2 years ago

Changelog

  • 37d4cbd Fix: panic on query fail errors
graphjin - v0.20.34

Published by dosco about 2 years ago

Changelog

  • 603989a Fix: foreign key column not found: X.Y #312
graphjin - v0.20.33

Published by dosco about 2 years ago

Changelog

  • 01d54ca Fix: foreign key column not found issue
graphjin - v0.20.32

Published by dosco about 2 years ago

Changelog

  • 3dc8fd3 Fix: Production setting on serv package options not applied #392
graphjin - v0.20.31

Published by dosco about 2 years ago

Changelog

  • af4811e Fix: websocket auth
graphjin - v0.20.30

Published by dosco about 2 years ago

Changelog

  • 5f70f62 Fix: no docker-compose.yml created when db-url is specified
graphjin - v0.20.29

Published by dosco about 2 years ago

Changelog

  • 73bfbdf Feat: Allow to setup Graphjin with a pre-existing Postgres databse #382 New argument -db-url on the new sub-command allows you to point a new app to a local database. Eg. graphjin new testapp --db-url=postgres://user:pass@localhost/testapp-development
graphjin - v0.20.28

Published by dosco about 2 years ago

Changelog

  • 38146e8 Fix: test build timeout increase
graphjin - v0.20.27

Published by dosco about 2 years ago

Changelog

  • 1b43074 Fix: v20.26 panics serving with default dev configuration #391
graphjin - v0.20.26

Published by dosco about 2 years ago

Changelog

  • 990fed6 Fix: auth development mode is forced true in dev
graphjin - v0.20.25

Published by dosco about 2 years ago

Changelog

  • 21245d6 Fix: prepared statement not found in prod mode
graphjin - v0.20.24

Published by dosco about 2 years ago

Changelog

  • 6b0875c Fix: test failure and upgrade libraries
graphjin - v0.20.23

Published by dosco about 2 years ago

Changelog

  • 29907b2 Fix: add namespace suppport for .gql files
graphjin - v0.20.22

Published by dosco about 2 years ago

Changelog

  • 166547b Fix: allow list fixes and more tests
graphjin - v0.20.20

Published by dosco about 2 years ago

Changelog

  • db86c15 Fix: another config secrets bug
graphjin - v0.20.19

Published by dosco about 2 years ago

Changelog

  • 059fb92 Fix: various bugs in secrets config integration
graphjin - v0.20.18

Published by dosco about 2 years ago

Changelog

  • eaf7f7a Fix: prepared statements not found in prod mode
graphjin - v0.20.17

Published by dosco about 2 years ago

Changelog

  • a001cc3 Fix: no cookie should not be an error
graphjin - v0.20.16

Published by dosco over 2 years ago

Changelog

  • 88ea3c7 Fix: add exmaple graphql query to new apps
graphjin - v0.20.15

Published by dosco over 2 years ago

Changelog

  • 8b46d59 Fix: Does not show the query builder in the left window #375