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 @@ -2204,7 +2204,7 @@ fragment someFragment on User {
2204
2204
2205
2205
- `if : Boolean ! = true ` - When `true `, fragment _should_ be deferred . When
2206
2206
`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 .
2208
2208
- `label : String ` - May be used by GraphQL clients to identify the data from
2209
2209
responses and associate it with the corresponding defer directive . If
2210
2210
provided , the GraphQL Server must add it to the corresponding payload . `label `
@@ -2240,7 +2240,7 @@ query myQuery($shouldStream: Boolean) {
2240
2240
2241
2241
- `if : Boolean ! = true ` - When `true `, field _should_ be streamed . When `false `,
2242
2242
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 .
2244
2244
- `label : String ` - May be used by GraphQL clients to identify the data from
2245
2245
responses and associate it with the corresponding stream directive . If
2246
2246
provided , the GraphQL Server must add it to the corresponding payload . `label `
You can’t perform that action at this time.
0 commit comments