Package | Description |
---|---|
graphql.validation |
Modifier and Type | Method and Description |
---|---|
ValidationErrorType |
ValidationError.getValidationErrorType() |
static ValidationErrorType |
ValidationErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationErrorType[] |
ValidationErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRule.addError(ValidationErrorType validationErrorType,
List<? extends Node> locations,
String description) |
void |
AbstractRule.addError(ValidationErrorType validationErrorType,
SourceLocation location,
String description) |
boolean |
ValidationErrorCollector.containsValidationError(ValidationErrorType validationErrorType) |
boolean |
ValidationErrorCollector.containsValidationError(ValidationErrorType validationErrorType,
String description) |
Constructor and Description |
---|
ValidationError(ValidationErrorType validationErrorType) |
ValidationError(ValidationErrorType validationErrorType,
List<SourceLocation> sourceLocations,
String description) |
ValidationError(ValidationErrorType validationErrorType,
List<SourceLocation> sourceLocations,
String description,
List<String> queryPath) |
ValidationError(ValidationErrorType validationErrorType,
SourceLocation sourceLocation,
String description) |
ValidationError(ValidationErrorType validationErrorType,
SourceLocation sourceLocation,
String description,
List<String> queryPath) |
Copyright © 2019. All rights reserved.