graphql-python/graphql-server

Using graphql_server.flask GraphQLView won't support graphene validation rules

adiberk opened this issue · 0 comments

I am using latest compatible version of all libraries
I am trying to use from graphene.validation.depth_limit import depth_limit_validator
However I keep hitting this error

TypeError: Rules must be specified as a collection of ASTValidationRule subclasses.

Does graphql-server not support this?