We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2742f51 commit ccc1bedCopy full SHA for ccc1bed
README.md
@@ -85,6 +85,8 @@ and the `*` syntax (for syntax support, you will need to be running a
85
### Input schema
86
87
```graphql
88
+directive @semanticNonNull(levels: [Int!]! = [0]) on FIELD_DEFINITION
89
+
90
type Query {
91
someList: [Int] @semanticNonNull(levels: [0, 1])
92
someOtherList: [String*]*
0 commit comments