Uses of Class
graphql.execution.instrumentation.SimplePerformantInstrumentation
-
-
Uses of SimplePerformantInstrumentation in graphql.analysis
Subclasses of SimplePerformantInstrumentation in graphql.analysis Modifier and Type Class Description classMaxQueryComplexityInstrumentationPrevents execution if the query complexity is greater than the specified maxComplexity.classMaxQueryDepthInstrumentationPrevents 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 SimplePerformantInstrumentationSimplePerformantInstrumentation. INSTANCEA singleton instance of aInstrumentationthat does nothing -
Uses of SimplePerformantInstrumentation in graphql.execution.instrumentation.dataloader
Subclasses of SimplePerformantInstrumentation in graphql.execution.instrumentation.dataloader Modifier and Type Class Description classDataLoaderDispatcherInstrumentationThis graphqlInstrumentationwill dispatch all the containedDataLoaders 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 classFieldValidationInstrumentationThisInstrumentationallows 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 classExecutorInstrumentationThis 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.tracing Modifier and Type Class Description classTracingInstrumentationThisInstrumentationimplementation usesTracingSupportto capture tracing information and puts it into theExecutionResult
-