An open API service indexing awesome lists of open source software.

https://github.com/pandada8/gqlgen-tools


https://github.com/pandada8/gqlgen-tools

Last synced: 2 months ago
JSON representation

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