v1.0.0rc4
Pre-release
Pre-release
GraphqlWsConsumer.warn_resolver_timeoutremoved to avoid mess with user specified middlewares. This functionality can easily be implemented on the library user level by creating a designated middleware.GraphqlWsConsumer.middlewareaccepts an instance ofgraphql.MiddlewareManageror the list of functions. Same as the argumentmiddlewareofgraphql.executemethod.- Fixed broken example.