ipld / ipld/go-ipld-graphql

code generation to support concurrent resolution / fetches

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.