Uses of Class
graphql.execution.instrumentation.ChainedInstrumentation
-
Packages that use ChainedInstrumentation Package Description graphql.execution.instrumentation -
-
Uses of ChainedInstrumentation in graphql.execution.instrumentation
Subclasses of ChainedInstrumentation in graphql.execution.instrumentation Modifier and Type Class Description class
NoContextChainedInstrumentation
This version ofChainedInstrumentation
will call a list ofInstrumentation
s but it will never back on the returnedInstrumentationContext
objects, hence it is only suitable to certain use cases.
-