Package graphql.execution.instrumentation.dataloader
-
Class Summary Class Description EmptyDataLoaderRegistryInstance FallbackDataLoaderDispatchStrategy Used when we cant guarantee the fields will be counted right: simply dispatch always after each DF.LevelMap This data structure tracks the number of expected calls on a given levelPerLevelDataLoaderDispatchStrategy PerLevelDataLoaderDispatchStrategyWithDeferAlwaysDispatch The execution of a query can be divided into 2 phases: first, the non-deferred fields are executed and only once they are completely resolved, we start to execute the deferred fields.