Uses of Class
graphql.execution.AbortExecutionException
Packages that use AbortExecutionException
-
Uses of AbortExecutionException in graphql
Methods in graphql with parameters of type AbortExecutionExceptionModifier and TypeMethodDescriptionprivate CompletableFuture<ExecutionResult> GraphQL.handleAbortException(ExecutionInput executionInput, InstrumentationState instrumentationState, AbortExecutionException abortException) -
Uses of AbortExecutionException in graphql.analysis
Methods in graphql.analysis that return AbortExecutionExceptionModifier and TypeMethodDescriptionprotected AbortExecutionExceptionMaxQueryComplexityInstrumentation.mkAbortException(int totalComplexity, int maxComplexity) Called to generate your own error message or custom exception classprotected AbortExecutionExceptionMaxQueryDepthInstrumentation.mkAbortException(int depth, int maxDepth) Called to generate your own error message or custom exception class