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.
- Host: GitHub
- URL: https://github.com/gabivlj/graphql-easy-dataload
- Owner: gabivlj
- License: mit
- Created: 2022-06-16T17:37:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T17:44:55.000Z (about 4 years ago)
- Last Synced: 2025-06-03T05:27:45.817Z (about 1 year ago)
- Topics: golang, graphql, lazy-loading, lazyloading
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.