Skip to content

Commit

Permalink
defer-stream.mdx typos (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-curtis authored Feb 15, 2024
1 parent 35387c0 commit 8dfbdcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/docs/features/defer-stream.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
description:
Stream and defer are directives that allow you to improve latency for clients by sending data the
Stream and defer are directives that allow you to improve latency for clients by sending the
most important data as soon as it's ready.
---

import { Callout } from '@theguild/components'

# Defer and Stream

Stream and defer are directives that allow you to improve latency for clients by sending data the
Stream and defer are directives that allow you to improve latency for clients by sending the
most important data as soon as it's ready.

As applications grow, the GraphQL operation documents can get bigger.. The server will only send the
As applications grow, the GraphQL operation documents can get bigger. The server will only send the
response back once all the data requested in the query is ready. However, not all requested data is
of equal importance, and the client may not need all of the data at once. To remedy this, GraphQL
specification working group is working on
Expand Down

0 comments on commit 8dfbdcc

Please sign in to comment.