File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2205,7 +2205,7 @@ fragment someFragment on User {
2205
2205
2206
2206
- `if : Boolean ! = true ` - When `true `, fragment _should_ be deferred . When
2207
2207
`false `, fragment will not be deferred and data will be included in the
2208
- initial response . Defaults to `true ` when omitted or null .
2208
+ initial response . Defaults to `true ` when omitted .
2209
2209
- `label : String ` - May be used by GraphQL clients to identify the data from
2210
2210
responses and associate it with the corresponding defer directive . If
2211
2211
provided , the GraphQL Server must add it to the corresponding payload . `label `
@@ -2241,7 +2241,7 @@ query myQuery($shouldStream: Boolean) {
2241
2241
2242
2242
- `if : Boolean ! = true ` - When `true `, field _should_ be streamed . When `false `,
2243
2243
the field will not be streamed and all list items will be included in the
2244
- initial response . Defaults to `true ` when omitted or null .
2244
+ initial response . Defaults to `true ` when omitted .
2245
2245
- `label : String ` - May be used by GraphQL clients to identify the data from
2246
2246
responses and associate it with the corresponding stream directive . If
2247
2247
provided , the GraphQL Server must add it to the corresponding payload . `label `
You can’t perform that action at this time.
0 commit comments