Skip to content

v1.0.0rc4

Pre-release
Pre-release

Choose a tag to compare

@prokher prokher released this 04 May 09:17
· 34 commits to master since this release
  • GraphqlWsConsumer.warn_resolver_timeout removed to avoid mess with user specified middlewares. This functionality can easily be implemented on the library user level by creating a designated middleware.
  • GraphqlWsConsumer.middleware accepts an instance of graphql.MiddlewareManager or the list of functions. Same as the argument middleware of graphql.execute method.
  • Fixed broken example.