Skip to content

Commit 483d62c

Browse files
committed
improve directive tests
1 parent 9bab871 commit 483d62c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/validation/test_known_directives.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@ def with_well_placed_directives():
362362
query: MyQuery
363363
}
364364
365+
directive @myDirective(arg:String) on ARGUMENT_DEFINITION
366+
directive @myDirective2(arg:String @myDirective) on FIELD
367+
365368
extend schema @onSchema
366369
""",
367370
schema=schema_with_sdl_directives,

0 commit comments

Comments
 (0)