Uses of Interface
com.graphql_java_generator.plugin.language.DataFetchersDelegate
Packages that use 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
Methods in com.graphql_java_generator.plugin.generate_code that return DataFetchersDelegateModifier and TypeMethodDescriptionGenerateCodeDocumentParser.getDataFetchersDelegate(Type type, boolean createIfNotExists) Returns theDataFetchersDelegatethat manages the given type. -
Uses of DataFetchersDelegate in com.graphql_java_generator.plugin.language
Methods in com.graphql_java_generator.plugin.language that return DataFetchersDelegateModifier and TypeMethodDescriptionBatchLoader.getDataFetchersDelegate()TheDataFetchersDelegatewhich contains the method that will retrieve the data.DataFetcher.getDataFetchersDelegate()Retrieves theDataFetchersDelegatein which this Data Fetcher is implemented -
Uses of DataFetchersDelegate in com.graphql_java_generator.plugin.language.impl
Classes in com.graphql_java_generator.plugin.language.impl that implement DataFetchersDelegateModifier and TypeClassDescriptionclass* This class represents a GraphQL Data Fetcher Delegate.Constructors in com.graphql_java_generator.plugin.language.impl with parameters of type DataFetchersDelegateModifierConstructorDescriptionBatchLoaderImpl(Type type, DataFetchersDelegate dataFetchersDelegate) DataFetcherImpl(Field field, DataFetchersDelegate dataFetcherDelegate, boolean declareInGraphQLProvider, boolean batchMapping, boolean withDataLoader, Type graphQLOriginType)