Package graphql.execution.instrumentation.dataloader
-
Interface Summary Interface Description DelayedDataLoaderDispatcherExecutorFactory SeeDataLoaderDispatchingContextKeys
for how to set it. -
Class Summary Class Description DataLoaderDispatchingContextKeys GraphQLContext keys related to DataLoader dispatching.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.