You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.