https://github.com/pandada8/gqlgen-tools
https://github.com/pandada8/gqlgen-tools
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pandada8/gqlgen-tools
- Owner: pandada8
- Created: 2019-04-19T11:16:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T08:54:46.000Z (over 5 years ago)
- Last Synced: 2025-02-15T18:38:32.656Z (4 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# gqlgen-tools
Some helper tools for [gqlgen](https://github.com/99designs/gqlgen)
## resolvergen
An improved [resolvergen](https://github.com/99designs/gqlgen/tree/55df9b8d926d238ede66a29cd7b38513ab2bb2f7/plugin/resolvergen), which can modify your code to keep up with the schema changes.
### Usage
WIP