Uses of Class
graphql.execution.instrumentation.dataloader.LevelMap
-
Packages that use LevelMap Package Description graphql.execution.instrumentation.dataloader -
-
Uses of LevelMap in graphql.execution.instrumentation.dataloader
Fields in graphql.execution.instrumentation.dataloader declared as LevelMap Modifier and Type Field Description private LevelMap
FieldLevelTrackingApproach.CallStack. expectedFetchCountPerLevel
private LevelMap
FieldLevelTrackingApproach.CallStack. expectedStrategyCallsPerLevel
private LevelMap
FieldLevelTrackingApproach.CallStack. fetchCountPerLevel
private LevelMap
FieldLevelTrackingApproach.CallStack. happenedOnFieldValueCallsPerLevel
private LevelMap
FieldLevelTrackingApproach.CallStack. happenedStrategyCallsPerLevel
-