mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-06 05:13:11 +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:
|
try:
|
||||||
extra_options = {}
|
extra_options = {}
|
||||||
if self.execution_context_class:
|
if self.execution_context_class:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user