-
STP_TFoo1_STS.Builder.build()
DataFetchersDelegateTFoo1.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.
This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.
DataFetchersDelegateTFoo1.bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment,
org.dataloader.DataLoader<UUID,STP_TBar1_STS> dataLoader,
STP_TFoo1_STS origin)
Description for the bar field:
The 'bar' field is a valid GraphQL field.
This method loads the data for ${dataFetcher.graphQLType}.bar.
void
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.
-
DataFetchersDelegateTFoo1Impl.batchLoader(List<UUID> keys,
org.dataloader.BatchLoaderEnvironment environment)
DataFetchersDelegateTListImpl.list(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment,
STP_TList_STS origin)
DataFetchersDelegateTFoo1Impl.bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment,
org.dataloader.DataLoader<UUID,STP_TBar1_STS> dataLoader,
STP_TFoo1_STS origin)