Uses of Interface
com.graphql_java_generator.plugin.language.DataFetchersDelegate
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of DataFetchersDelegate in com.graphql_java_generator.plugin.generate_code
Modifier and TypeMethodDescriptionGenerateCodeDocumentParser.getDataFetchersDelegate
(Type type, boolean createIfNotExists) Returns theDataFetchersDelegate
that manages the given type. -
Uses of DataFetchersDelegate in com.graphql_java_generator.plugin.language
Modifier and TypeMethodDescriptionBatchLoader.getDataFetchersDelegate()
TheDataFetchersDelegate
which contains the method that will retrieve the data.DataFetcher.getDataFetchersDelegate()
Retrieves theDataFetchersDelegate
in which this Data Fetcher is implemented -
Uses of DataFetchersDelegate in com.graphql_java_generator.plugin.language.impl
Modifier and TypeClassDescriptionclass
* This class represents a GraphQL Data Fetcher Delegate.ModifierConstructorDescriptionBatchLoaderImpl
(Type type, DataFetchersDelegate dataFetchersDelegate) DataFetcherImpl
(Field field, DataFetchersDelegate dataFetcherDelegate, boolean declareInGraphQLProvider, boolean batchMapping, boolean withDataLoader, Type graphQLOriginType)