dwjp

Results 1 issues of dwjp

The docs currently give this example: ``` validation_errors = validate( schema=schema.graphql_schema, document_ast=parse('THE QUERY'), rules=( DisableIntrospection, ) ) ``` But it's not obvious how to set `document_ast`, and leave it as...

✨ enhancement
📖 documentation