Describe the bug
Directives were changed to AppliedDirective in GraphQL 19.1 it seems, which skips validations completely. Switching to AppliedDirective today seemed to have no impact at all.  See #72
To Reproduce
Upgrade to java-graphql 19.1, and normally all directives will fail to validate.