Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.BatchMappingType
Packages that use BatchMappingType
Package
Description
-
Uses of BatchMappingType in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return BatchMappingType -
Uses of BatchMappingType 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 BatchMappingTypeModifier and TypeMethodDescriptiondefault List<BatchMappingType>DataFetchersDelegateBatchMappingType.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.default List<BatchMappingType>DataFetchersDelegateBatchMappingType.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 BatchMappingTypeModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Character>BatchMappingTypeController.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<BatchMappingType> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DataFetchersDelegateBatchMappingType.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<BatchMappingType> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.