Skip to content

Commit ccc1bed

Browse files
committed
Users need to declare the directive if they're using it
1 parent 2742f51 commit ccc1bed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ and the `*` syntax (for syntax support, you will need to be running a
8585
### Input schema
8686

8787
```graphql
88+
directive @semanticNonNull(levels: [Int!]! = [0]) on FIELD_DEFINITION
89+
8890
type Query {
8991
someList: [Int] @semanticNonNull(levels: [0, 1])
9092
someOtherList: [String*]*

0 commit comments

Comments
 (0)