Package graphql.execution
Class DataFetcherExceptionHandlerResult
- java.lang.Object
-
- graphql.execution.DataFetcherExceptionHandlerResult
-
@PublicApi public class DataFetcherExceptionHandlerResult extends java.lang.Object
The result object forDataFetcherExceptionHandler
s
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataFetcherExceptionHandlerResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GraphQLError>
getErrors()
static DataFetcherExceptionHandlerResult.Builder
newResult()
static DataFetcherExceptionHandlerResult.Builder
newResult(GraphQLError error)
-
-
-
Method Detail
-
getErrors
public java.util.List<GraphQLError> getErrors()
-
newResult
public static DataFetcherExceptionHandlerResult.Builder newResult()
-
newResult
public static DataFetcherExceptionHandlerResult.Builder newResult(GraphQLError error)
-
-