Commit 33cb7b9
authored
Improve directive tests (graphql#3775)
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.1 parent aa573e8 commit 33cb7b9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
| |||
0 commit comments