Package | Description |
---|---|
graphql.schema.validation |
Modifier and Type | Method and Description |
---|---|
SchemaValidationErrorType |
SchemaValidationError.getErrorType() |
static SchemaValidationErrorType |
SchemaValidationErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaValidationErrorType[] |
SchemaValidationErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaValidationErrorCollector.containsValidationError(SchemaValidationErrorType validationErrorType) |
Constructor and Description |
---|
SchemaValidationError(SchemaValidationErrorType errorType,
String description) |
Copyright © 2019. All rights reserved.