| Constructor and Description |
|---|
MethodDataFetcherBuilder(java.lang.reflect.Method method,
graphql.schema.GraphQLOutputType outputType,
TypeFunction typeFunction,
ProcessingElementsContainer container,
graphql.schema.GraphQLFieldDefinition relayFieldDefinition,
java.util.List<graphql.schema.GraphQLArgument> args,
DataFetcherConstructor dataFetcherConstructor,
boolean isConnection) |
| Modifier and Type | Method and Description |
|---|---|
graphql.schema.DataFetcher |
build() |
public MethodDataFetcherBuilder(java.lang.reflect.Method method,
graphql.schema.GraphQLOutputType outputType,
TypeFunction typeFunction,
ProcessingElementsContainer container,
graphql.schema.GraphQLFieldDefinition relayFieldDefinition,
java.util.List<graphql.schema.GraphQLArgument> args,
DataFetcherConstructor dataFetcherConstructor,
boolean isConnection)