Skip to content

v1.3.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tlivings tlivings released this 05 Jun 02:26
· 156 commits to master since this release
  • Resolver memoize key includes the info.path.key to keep different aliases from colliding
  • Imported resolvers will delegate to the imported component schema to which they belong.
  • Remove this._context as default value for context in execute() requiring execute() users to pass in context from a calling resolver.
  • Remove binding of GraphQLComponent class context to Subscription resolvers.
  • Fixed proxyImportedResolvers option to include exclude scenario