@FunctionalInterface
public interface ExceptingDataFetcher<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get(graphql.schema.DataFetchingEnvironment environment) |
default graphql.schema.DataFetcher |
toDataFetcher() |
T get(@Nonnull graphql.schema.DataFetchingEnvironment environment) throws java.lang.Exception
java.lang.Exceptiondefault graphql.schema.DataFetcher toDataFetcher()