| Interface | Description |
|---|---|
| SchemaValidationRule |
| Class | Description |
|---|---|
| NoUnbrokenInputCycles |
Schema validation rule ensuring no input type forms an unbroken non-nullable recursion,
as such a type would be impossible to satisfy
|
| ObjectsImplementInterfaces |
Schema validation rule ensuring object types have all the fields that they need to implement the interfaces
they say they implement
|
| SchemaValidationError | |
| SchemaValidationErrorCollector | |
| SchemaValidator |
| Enum | Description |
|---|---|
| SchemaValidationErrorType |
| Exception | Description |
|---|---|
| InvalidSchemaException |