Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.IBar1
Packages that use IBar1
Package
Description
-
Uses of IBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Subinterfaces of IBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrueClasses in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that implement IBar1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return IBar1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue with parameters of type IBar1 -
Uses of IBar1 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 IBar1Modifier and TypeMethodDescriptionDataFetchersDelegateIBar1.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.DataFetchersDelegateIBar1.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_alltrue.util with type arguments of type IBar1Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo1.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar1> dataLoader, IFoo1 origin) This method loads the data for IFoo1.bar.IFoo1Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar1> dataLoader, IFoo1 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.