Skip to content

Commit 9ff6494

Browse files
robrichardyaacovCR
authored andcommitted
remove "or null"
1 parent c9d1660 commit 9ff6494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,7 @@ fragment someFragment on User {
22042204

22052205
- `if: Boolean! = true` - When `true`, fragment _should_ be deferred. When
22062206
`false`, fragment will not be deferred and data will be included in the
2207-
initial response. Defaults to `true` when omitted or null.
2207+
initial response. Defaults to `true` when omitted.
22082208
- `label: String` - May be used by GraphQL clients to identify the data from
22092209
responses and associate it with the corresponding defer directive. If
22102210
provided, the GraphQL Server must add it to the corresponding payload. `label`
@@ -2240,7 +2240,7 @@ query myQuery($shouldStream: Boolean) {
22402240

22412241
- `if: Boolean! = true` - When `true`, field _should_ be streamed. When `false`,
22422242
the field will not be streamed and all list items will be included in the
2243-
initial response. Defaults to `true` when omitted or null.
2243+
initial response. Defaults to `true` when omitted.
22442244
- `label: String` - May be used by GraphQL clients to identify the data from
22452245
responses and associate it with the corresponding stream directive. If
22462246
provided, the GraphQL Server must add it to the corresponding payload. `label`

0 commit comments

Comments
 (0)