We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dde37 commit 633a8a2Copy full SHA for 633a8a2
graphql/execution/executor.py
@@ -32,7 +32,7 @@ def subscribe(*args, **kwargs):
32
def execute(schema, document_ast, root_value=None, context_value=None,
33
variable_values=None, operation_name=None, executor=None,
34
return_promise=False, middleware=None, allow_subscriptions=False,
35
- tracing=True):
+ tracing=False):
36
assert schema, 'Must provide schema'
37
assert isinstance(schema, GraphQLSchema), (
38
'Schema must be an instance of GraphQLSchema. Also ensure that there are ' +
0 commit comments