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 @@ -2209,8 +2209,8 @@ Note: The ability to defer and/or stream parts of a response can have a
2209
2209
potentially significant impact on application performance . Developers generally
2210
2210
need clear , predictable control over their application 's performance . It is
2211
2211
highly recommended that GraphQL servers honor the `@defer ` and `@stream `
2212
- directives on each execution . However , the specification allows advanced
2213
- use - cases where the server can determine that it is more performant to not defer
2212
+ directives on each execution . However , the specification allows advanced use
2213
+ cases where the server can determine that it is more performant to not defer
2214
2214
and /or stream . Therefore , GraphQL clients _must_ be able to process a response
2215
2215
that ignores the `@defer ` and /or `@stream ` directives . This also applies to the
2216
2216
`initialCount ` argument on the `@stream ` directive . Clients _must_ be able to
You can’t perform that action at this time.
0 commit comments