gqlgen-sqlboiler
gqlgen-sqlboiler copied to clipboard
This is a plugin for gqlgen to generate converts + filter queries and resolvers for sqlboiler
I think it should be possible to have a blacklist/whitelist for the models I want to convert from sqlboiler ones. Is it already possible today?
When I filter on ```graphql query{ flowBlocks(filter:{ where: { block:{ title:{ equalTo: "Wat wil je reinigen?" } } } }){ id flow{ title } block{ id title organization{ id }...
Not sure if this is the right place for the issue. So direct me if I'm wrong. But as the resolver is generated by `gqlgen-sqlboiler` it might be the right...
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.5.11 to 2.5.14. Release notes Sourced from github.com/vektah/gqlparser/v2's releases. v2.5.14 What's Changed Add ParseQueryWithLimit by @StevenACoffman in vektah/gqlparser#304 Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.13...v2.5.14 v2.5.13 What's Changed Bump the actions-deps...