//
pkg.gl
Category
github.com/graphql-go/graphql
examples
concurrent-resolvers
package
0.8.1
Repository:
https://github.com/graphql-go/graphql.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
0
Files
97 SLOC
#
Variables
FieldBarType
FieldFooType
QueryType
QueryType fields: `concurrentFieldFoo` and `concurrentFieldBar` are resolved concurrently because they belong to the same field-level and their `Resolve` function returns a function (thunk).
#
Structs
Bar
Foo