v1.0.0rc3
Pre-release
Pre-release
- Invoke synchronous resolvers in the main thread with eventloop. So there is no difference in this aspect with async resolvers. This corresponds to the behavior of the
graphql-core
library. - Added example of middleware which offloads synchronous resolvers to the threadpool.
- Fixed bug with GraphQL WrappingTypes like GraphQLNonNull causing exceptions when used as subscription field.
- Fixed broken example.