graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

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

Closed adiberk closed 7 months ago

adiberk commented 7 months ago

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?