Uses of Class
graphql.execution.instrumentation.SimplePerformantInstrumentation
-
-
Uses of SimplePerformantInstrumentation in graphql.analysis
Subclasses of SimplePerformantInstrumentation in graphql.analysis Modifier and Type Class Description class
MaxQueryComplexityInstrumentation
Prevents execution if the query complexity is greater than the specified maxComplexity.class
MaxQueryDepthInstrumentation
Prevents execution if the query depth is greater than the specified maxDepth. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation
Fields in graphql.execution.instrumentation declared as SimplePerformantInstrumentation Modifier and Type Field Description static SimplePerformantInstrumentation
SimplePerformantInstrumentation. INSTANCE
A singleton instance of aInstrumentation
that does nothing -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.dataloader
Subclasses of SimplePerformantInstrumentation in graphql.execution.instrumentation.dataloader Modifier and Type Class Description class
DataLoaderDispatcherInstrumentation
This graphqlInstrumentation
will dispatch all the containedDataLoader
s when each level of the graphql query is executed. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.fieldvalidation
Subclasses of SimplePerformantInstrumentation in graphql.execution.instrumentation.fieldvalidation Modifier and Type Class Description class
FieldValidationInstrumentation
ThisInstrumentation
allows you to validate the fields of the query before the query is executed. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.threadpools
Subclasses of SimplePerformantInstrumentation in graphql.execution.instrumentation.threadpools Modifier and Type Class Description class
ExecutorInstrumentation
This instrumentation can be used to control on what thread calls toDataFetcher
s happen on. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.tracing
Subclasses of SimplePerformantInstrumentation in graphql.execution.instrumentation.tracing Modifier and Type Class Description class
TracingInstrumentation
ThisInstrumentation
implementation usesTracingSupport
to capture tracing information and puts it into theExecutionResult
-