Uses of Class
graphql.execution.instrumentation.dataloader.FieldLevelTrackingApproach.CallStack
Packages that use FieldLevelTrackingApproach.CallStack
-
Uses of FieldLevelTrackingApproach.CallStack in graphql.execution.instrumentation.dataloader
Methods in graphql.execution.instrumentation.dataloader with parameters of type FieldLevelTrackingApproach.CallStackModifier and TypeMethodDescriptionprivate boolean
FieldLevelTrackingApproach.dispatchIfNeeded
(FieldLevelTrackingApproach.CallStack callStack, int level) private boolean
FieldLevelTrackingApproach.handleOnFieldValuesInfo
(List<FieldValueInfo> fieldValueInfos, FieldLevelTrackingApproach.CallStack callStack, int curLevel) private boolean
FieldLevelTrackingApproach.levelReady
(FieldLevelTrackingApproach.CallStack callStack, int level)