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 TypeClassDescriptionclassPrevents execution if the query complexity is greater than the specified maxComplexity.classPrevents 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 SimplePerformantInstrumentationSimplePerformantInstrumentation.INSTANCEA singleton instance of aInstrumentationthat does nothing -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.dataloader
Modifier and TypeClassDescriptionclassThis graphqlInstrumentationwill dispatch all the containedDataLoaders when each level of the graphql query is executed. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.fieldvalidation
Modifier and TypeClassDescriptionclassThisInstrumentationallows you to validate the fields of the query before the query is executed. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.threadpools
Modifier and TypeClassDescriptionclassThis instrumentation can be used to control on what thread calls toDataFetchers happen on. -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.tracing
Subclasses of SimplePerformantInstrumentation in graphql.execution.instrumentation.tracingModifier and TypeClassDescriptionclassThisInstrumentationimplementation usesTracingSupportto capture tracing information and puts it into theExecutionResult