Graphqldl
Less than a 100 lines of code, showcasing a way of performing dataload with generics on Graphql.
Checkout the example folder.
Simple way of dataloading in a lazy way to avoid n+1! calls with generics. Recommended for https://github.com/graph-gophers/graphql-go.
GoMIT
Less than a 100 lines of code, showcasing a way of performing dataload with generics on Graphql.
Checkout the example folder.