execute_sync
Signature:
allowed_operation_types: Iterable[OperationType],
extensions: Sequence[Type[SchemaExtension] | SchemaExtension],
execution_context: ExecutionContext,
execution_context_class: Type[GraphQLExecutionContext] | None = None,
process_errors: Callable[[List[GraphQLError], ExecutionContext | None], None],
Parameters:
-
-
- Type
-
Iterable[OperationType]
-
- Type
-
Sequence[Type[SchemaExtension] | SchemaExtension]
-
-
- Type
-
Type[GraphQLExecutionContext] | None
- Default
-
None
-
- Type
-
Callable[[List[GraphQLError], ExecutionContext | None], None]