Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichard committed Sep 18, 2024
1 parent 0a1562b commit c355a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 7 -- Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ the case that any _field error_ was raised on a field and was replaced with

A response to a GraphQL request must be a map or a stream of incrementally
delivered results. The response will be a stream of incrementally delivered
results when the GraphQL service has acted on `@defer` or `@stream` directives
when executing the operation. When the response of the GraphQL operation
results when the GraphQL service has deferred or streamed data as a result of
the `@defer` or `@stream` directives. When the response of the GraphQL operation
contains incrementally delivered results, the first value will be an initial
payload, followed by one or more subsequent payloads.

Expand Down

0 comments on commit c355a28

Please sign in to comment.