graphql-goがリリース
概要
- minimal API
- support for
context.Context - support for the
OpenTracingstandard - schema type-checking against resolvers
- resolvers are matched to the schema based on method sets (can resolve a GraphQL schema with a Go interface or Go struct).
- handles panics in resolvers
- parallel execution of resolvers
- subscriptions
ダウンロード