public class SchemaTypeChecker
extends java.lang.Object
It looks for missing types and ensure certain invariants are true before a schema can be made.
| Constructor and Description |
|---|
SchemaTypeChecker() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GraphQLError> |
checkTypeRegistry(TypeDefinitionRegistry typeRegistry,
RuntimeWiring wiring,
boolean enforceSchemaDirectives) |
public java.util.List<GraphQLError> checkTypeRegistry(TypeDefinitionRegistry typeRegistry, RuntimeWiring wiring, boolean enforceSchemaDirectives) throws SchemaProblem
SchemaProblem