Uses of Class
graphql.execution.instrumentation.SimplePerformantInstrumentation
Packages that use SimplePerformantInstrumentation
Package
Description
-
Uses of SimplePerformantInstrumentation in graphql.analysis
Subclasses of SimplePerformantInstrumentation in graphql.analysisModifier and TypeClassDescriptionclass
Prevents execution if the query complexity is greater than the specified maxComplexity.class
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 SimplePerformantInstrumentationModifier and TypeFieldDescriptionstatic final SimplePerformantInstrumentation
SimplePerformantInstrumentation.INSTANCE
A singleton instance of aInstrumentation
that does nothing -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.dataloader
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
ThisInstrumentation
allows you to validate the fields of the query before the query is executed. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.threadpools
Modifier and TypeClassDescriptionclass
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.tracingModifier and TypeClassDescriptionclass
ThisInstrumentation
implementation usesTracingSupport
to capture tracing information and puts it into theExecutionResult