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 aa39cc3 commit f35c93cCopy full SHA for f35c93c
graphql/execution/base.py
@@ -46,7 +46,7 @@ class ResolveInfo(object):
46
'schema', 'fragments', 'root_value', 'operation', 'variable_values', 'context', 'path')
47
48
def __init__(self, field_name, field_asts, return_type, parent_type,
49
- schema, fragments, root_value, operation, variable_values, context, path):
+ schema, fragments, root_value, operation, variable_values, context, path=None):
50
self.field_name = field_name
51
self.field_asts = field_asts
52
self.return_type = return_type
0 commit comments