code generation to support concurrent resolution / fetches
Open
- Dominant language
- Go Template
- Stars
- 13
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the codegen for `resolve` over struct fields, map keys, lists, and unions does the work of resolution to fetch needed data and return the expected object.
Per https://github.com/graphql-go/graphql/blob/master/examples/concurrent-resolvers/main.go#L33-L35
if they immediately return a function that then does the work, the graphql loader framework will be able to process resolutions in parallel, which would be a nice speed boost.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.