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

https://github.com/gabivlj/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.
https://github.com/gabivlj/graphql-easy-dataload

golang graphql lazy-loading lazyloading

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## Graphqldl

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

Checkout the example folder.