graphql-java-tools
graphql-java-tools copied to clipboard
No way to validate SDL-defined directives
There seems to be no way to automatically enforce correctness of SDL-defined directives, their target and arguments. Graphql-java supports it since https://github.com/graphql-java/graphql-java/issues/1004, but there doesn't seem to be a way to hook into that from graphql-java-tools right now.