Uses of Interface
graphql.schema.LightDataFetcher
Packages that use LightDataFetcher
-
Uses of LightDataFetcher in graphql.schema
Classes in graphql.schema that implement LightDataFetcherModifier and TypeClassDescriptionclass
This is the default data fetcher used in graphql-java, and it will examine maps, records and POJO java beans for values that match the desired name, typically the field name, or it will use a provided function to obtain values.