/graphql-easy-dataload

Simple way of dataloading in a lazy way to avoid n+1! calls with generics. Recommended for https://github.com/graph-gophers/graphql-go.

Primary LanguageGoMIT LicenseMIT

Graphqldl

Less than a 100 lines of code, showcasing a way of performing dataload with generics on Graphql.

Checkout the example folder.