Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.TFoo12
Packages that use TFoo12
Package
Description
-
Uses of TFoo12 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return TFoo12 -
Uses of TFoo12 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util that return types with arguments of type TFoo12Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo12.batchLoader
(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.DataFetchersDelegateTFoo12.unorderedReturnBatchLoader
(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with type arguments of type TFoo12Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<TBar12>
DataFetchersDelegateTFoo12.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo12> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<TBar12>
TFoo12Controller.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo12> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.