Skip to content

Commit c9d1660

Browse files
robrichardyaacovCR
authored andcommitted
use case no dash
1 parent c2f873e commit c9d1660

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
@@ -2254,8 +2254,8 @@ Note: The ability to defer and/or stream parts of a response can have a
22542254
potentially significant impact on application performance. Developers generally
22552255
need clear, predictable control over their application's performance. It is
22562256
highly recommended that GraphQL servers honor the `@defer` and `@stream`
2257-
directives on each execution. However, the specification allows advanced
2258-
use-cases where the server can determine that it is more performant to not defer
2257+
directives on each execution. However, the specification allows advanced use
2258+
cases where the server can determine that it is more performant to not defer
22592259
and/or stream. Therefore, GraphQL clients _must_ be able to process a response
22602260
that ignores the `@defer` and/or `@stream` directives. This also applies to the
22612261
`initialCount` argument on the `@stream` directive. Clients _must_ be able to

0 commit comments

Comments
 (0)