Uses of Interface
com.graphql_java_generator.plugin.language.DataFetcher
Package
Description
All interfaces that contain the description of the graphql schema definition, but in a structured way.
-
Uses of DataFetcher in com.graphql_java_generator.plugin.language
Modifier and TypeMethodDescriptionField.getDataFetcher()
Returns the data fetcher associated to this field, or null if this field has no data fetcherdefault DataFetcher
Type.getDataFetcher()
Returns theDataFetcher
that is associated to this type.Modifier and TypeMethodDescriptionDataFetchersDelegate.getDataFetchers()
Retrieves theDataFetcher
s that are to be implemented by this Data Fetcher Delegate. -
Uses of DataFetcher in com.graphql_java_generator.plugin.language.impl
Modifier and TypeClassDescriptionclass
This class represents a GraphQL Data Fetcher.