Uses of Class
graphql.execution.instrumentation.ChainedInstrumentation
Packages that use ChainedInstrumentation
-
Uses of ChainedInstrumentation in graphql.execution.instrumentation
Subclasses of ChainedInstrumentation in graphql.execution.instrumentationModifier and TypeClassDescriptionclassThis version ofChainedInstrumentationwill call a list ofInstrumentations but it will never back on the returnedInstrumentationContextobjects, hence it is only suitable to certain use cases.