@Component public class QueryDataFetchersDelegateImpl extends Object implements QueryDataFetchersDelegate
| Constructor and Description |
|---|
QueryDataFetchersDelegateImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
hello(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment,
String name)
This method loads the data for Query.hello.
|
public String hello(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String name)
QueryDataFetchersDelegatehello in interface QueryDataFetchersDelegatedataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetchername - The input parameter sent in the query by the GraphQL consumerCopyright © 2019. All rights reserved.