| 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
|
| SchemaValidationError | |
| SchemaValidationErrorCollector | |
| SchemaValidator | |
| TypeAndFieldRule |
The validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.
|
| TypesImplementInterfaces |
Schema validation rule ensuring object and interface types have all the fields that they need to
implement the interfaces they say they implement.
|
| Enum | Description |
|---|---|
| SchemaValidationErrorType |
| Exception | Description |
|---|---|
| InvalidSchemaException |