Class SchemaTypeDirectivesChecker

java.lang.Object
graphql.schema.idl.SchemaTypeDirectivesChecker

class SchemaTypeDirectivesChecker extends Object
This is responsible for traversing EVERY type and field in the registry and ensuring that any directives used follow the directive definition rules, for example field directives can be used on object types