Package | Description |
---|---|
graphql.schema.validation |
Modifier and Type | Method and Description |
---|---|
Set<SchemaValidationError> |
SchemaValidationErrorCollector.getErrors() |
Set<SchemaValidationError> |
SchemaValidator.validateSchema(GraphQLSchema schema) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaValidationErrorCollector.addError(SchemaValidationError validationError) |
Constructor and Description |
---|
InvalidSchemaException(Collection<SchemaValidationError> errors) |
Copyright © 2019. All rights reserved.