execute Signature: def execute( schema: GraphQLSchema, 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],) -> ExecutionResult: ... Parameters: schema: Type GraphQLSchema allowed_operation_types: Type Iterable[OperationType] extensions: Type Sequence[Type[SchemaExtension] | SchemaExtension] execution_context: Type ExecutionContext execution_context_class: Type Type[GraphQLExecutionContext] | None Default None process_errors: Type Callable[[List[GraphQLError], ExecutionContext | None], None]