We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de1067 commit 71aec00Copy full SHA for 71aec00
CHANGELOG.md
@@ -25,7 +25,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26
## [1.0.0rc4] - 2023-05-03
27
28
-- `GraphqlWsConsumer.warn_resolver_timeout` removed.
+- `GraphqlWsConsumer.warn_resolver_timeout` removed to avoid mess with
29
+ user specified middlewares. This functionality can easily be
30
+ implemented on the library user level by creating a designated
31
+ middleware.
32
- `GraphqlWsConsumer.middleware` accepts an instance of
33
`graphql.MiddlewareManager` or the list of functions. Same as the
34
argument `middleware` of `graphql.execute` method.
0 commit comments