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 @@ -2159,7 +2159,7 @@ fragment someFragment on User {
2159
2159
2160
2160
- `if : Boolean ! = true ` - When `true `, fragment _should_ be deferred . When
2161
2161
`false `, fragment will not be deferred and data will be included in the
2162
- initial response . Defaults to `true ` when omitted or null .
2162
+ initial response . Defaults to `true ` when omitted .
2163
2163
- `label : String ` - May be used by GraphQL clients to identify the data from
2164
2164
responses and associate it with the corresponding defer directive . If
2165
2165
provided , the GraphQL Server must add it to the corresponding payload . `label `
@@ -2195,7 +2195,7 @@ query myQuery($shouldStream: Boolean) {
2195
2195
2196
2196
- `if : Boolean ! = true ` - When `true `, field _should_ be streamed . When `false `,
2197
2197
the field will not be streamed and all list items will be included in the
2198
- initial response . Defaults to `true ` when omitted or null .
2198
+ initial response . Defaults to `true ` when omitted .
2199
2199
- `label : String ` - May be used by GraphQL clients to identify the data from
2200
2200
responses and associate it with the corresponding stream directive . If
2201
2201
provided , the GraphQL Server must add it to the corresponding payload . `label `
You can’t perform that action at this time.
0 commit comments