Package graphql.schema
Class DataFetcherFactoryEnvironment
- java.lang.Object
-
- graphql.schema.DataFetcherFactoryEnvironment
-
@PublicApi @Deprecated(since="2024-11-26") public class DataFetcherFactoryEnvironment extends java.lang.Object
Deprecated.This class will go away at some point in the future since its pointless wrapper of aGraphQLFieldDefinition
This is passed to aDataFetcherFactory
when it is invoked to get aDataFetcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataFetcherFactoryEnvironment.Builder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GraphQLFieldDefinition
getFieldDefinition()
Deprecated.static DataFetcherFactoryEnvironment.Builder
newDataFetchingFactoryEnvironment()
Deprecated.
-
-
-
Method Detail
-
getFieldDefinition
public GraphQLFieldDefinition getFieldDefinition()
Deprecated.- Returns:
- the field that needs a
DataFetcher
-
newDataFetchingFactoryEnvironment
public static DataFetcherFactoryEnvironment.Builder newDataFetchingFactoryEnvironment()
Deprecated.
-
-