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 176eabc commit cbbe36aCopy full SHA for cbbe36a
graphql/graphql.py
@@ -64,7 +64,7 @@ async def graphql(
64
:arg type_resolver:
65
A type resolver function to use when none is provided by the schema.
66
If not provided, the default type resolver is used (which looks for a
67
- `__typename` field or alternatively calls the `isTypeOf` method).
+ `__typename` field or alternatively calls the `is_type_of` method).
68
:arg middleware:
69
The middleware to wrap the resolvers with
70
:arg execution_context_class:
0 commit comments