mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
follow main removing validate call
This commit is contained in:
parent
c16276c731
commit
37ebd6309b
|
@ -665,10 +665,6 @@ class AsyncGraphQLView(GraphQLView):
|
|||
)
|
||||
)
|
||||
|
||||
validation_errors = validate(self.schema.graphql_schema, document)
|
||||
if validation_errors:
|
||||
return ExecutionResult(data=None, errors=validation_errors)
|
||||
|
||||
try:
|
||||
extra_options = {}
|
||||
if self.execution_context_class:
|
||||
|
|
Loading…
Reference in New Issue
Block a user