Uses of Class
graphql.ErrorType
-
Packages that use ErrorType Package Description graphql graphql.execution graphql.execution.instrumentation.fieldvalidation graphql.relay graphql.schema graphql.schema.idl.errors graphql.validation -
-
Uses of ErrorType in graphql
Methods in graphql that return ErrorType Modifier and Type Method Description ErrorTypeExceptionWhileDataFetching. getErrorType()ErrorTypeInvalidSyntaxError. getErrorType()ErrorTypeSerializationError. getErrorType()ErrorTypeTypeMismatchError. getErrorType()ErrorTypeUnresolvedTypeError. getErrorType()static ErrorTypeErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ErrorType in graphql.execution
Methods in graphql.execution that return ErrorType Modifier and Type Method Description ErrorTypeAbortExecutionException. getErrorType()ErrorTypeInputMapDefinesTooManyFieldsException. getErrorType()ErrorTypeMissingRootTypeException. getErrorType()ErrorTypeNonNullableFieldWasNullError. getErrorType()ErrorTypeNonNullableValueCoercedAsNullException. getErrorType()ErrorTypeOneOfNullValueException. getErrorType()ErrorTypeOneOfTooManyKeysException. getErrorType() -
Uses of ErrorType in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return ErrorType Modifier and Type Method Description ErrorTypeFieldValidationSupport.FieldAndArgError. getErrorType() -
Uses of ErrorType in graphql.relay
Methods in graphql.relay that return ErrorType Modifier and Type Method Description ErrorTypeInvalidCursorException. getErrorType()ErrorTypeInvalidPageSizeException. getErrorType() -
Uses of ErrorType in graphql.schema
Methods in graphql.schema that return ErrorType Modifier and Type Method Description ErrorTypeCoercingParseLiteralException. getErrorType()ErrorTypeCoercingParseValueException. getErrorType() -
Uses of ErrorType in graphql.schema.idl.errors
Methods in graphql.schema.idl.errors that return ErrorType Modifier and Type Method Description ErrorTypeBaseError. getErrorType() -
Uses of ErrorType in graphql.validation
Methods in graphql.validation that return ErrorType Modifier and Type Method Description ErrorTypeValidationError. getErrorType()
-