Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.TFoo12
Packages that use TFoo12
Package
Description
-
Uses of TFoo12 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return TFoo12 -
Uses of TFoo12 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 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.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with parameters of type TFoo12Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo12.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo12 origin) Description for the bar field:
The 'bar' field is a valid GraphQL field.TFoo12Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo12 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.