SchemaExtension
Constructor:
Signature:
Parameters:
-
execution_context:
- Type
-
ExecutionContext
Methods:
-
on_operation
Called before and after a GraphQL operation (query / mutation) starts.
Signature:
-
on_validate
Called before and after the validation step.
Signature:
-
on_parse
Called before and after the parsing step.
Signature:
-
on_execute
Called before and after the execution step.
Signature:
-
resolve
Signature:
Parameters:
-
_next:
- Type
-
Callable
-
root:
- Type
-
Any
-
info:
- Type
-
GraphQLResolveInfo
-
args:
- Type
-
str
- Default
-
()
-
kwargs:
- Type
-
Any
- Default
-
{}
-
-
get_results
Signature:
Attributes:
-
execution_context:
- Type
-
ExecutionContext