This is called by the graphql engine to fetch the value. The graphql.schema.DataFetchingEnvironment is a composite context object that tells you all you need to know about how to fetch a data value in graphql type terms. @param environment this is the data fetching environment which contai
(DataFetchingEnvironment environment)
| 29 | * and the related field will have a value of {@code null} in the result. |
| 30 | */ |
| 31 | T get(DataFetchingEnvironment environment) throws Exception; |
| 32 | |
| 33 | |
| 34 | } |
no outgoing calls