Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving directive tests by adding a new example for directives used on other directive arguments: ```graphql directive @myDirective(arg:String) on ARGUMENT_DEFINITION directive @myDirective2(arg:String @myDirective) on FIELD ``` As far as I could see that was not clearly documented through tests before.
- Loading branch information