Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.IFoo3
Packages that use IFoo3
Package
Description
-
Uses of IFoo3 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Classes in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that implement IFoo3 -
Uses of IFoo3 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util that return types with arguments of type IFoo3Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo3.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.DataFetchersDelegateIFoo3.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.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with parameters of type IFoo3Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo3.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar12> dataLoader, IFoo3 origin) This method loads the data for IFoo3.bar.IFoo3Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar12> dataLoader, IFoo3 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.