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 e9d56cf commit 1de9dc4Copy full SHA for 1de9dc4
README.md
@@ -47,6 +47,11 @@ For the directive, the two conversions work like this:
47
| semantic-to-nullable | `[Int] @semanticNonNull(levels: [0,1])` | `[Int]` |
48
| semantic-to-strict | `[Int] @semanticNonNull(levels: [0,1])` | `[Int!]!` |
49
50
+> [!NOTE]
51
+>
52
+> An existing strictly non-nullable type (`Int!`) will remain unchanged whether
53
+> or not `@semanticNonNull` applies to that level.
54
+
55
### `GraphQLSemanticNonNull` wrapper type
56
57
How the `GraphQLSemanticNonNull` type is represented syntactically in SDL is yet
0 commit comments