Skip to content

Commit

Permalink
fix(docs): update comparison chart cell for AC defer support (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Oct 11, 2022
1 parent b9ca5d3 commit 976055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ All features are marked to indicate the following:
| Persisted Queries |`@urql/exchange-persisted-fetch` |`apollo-link-persisted-queries` ||
| Batched Queries | 🛑 |`apollo-link-batch-http` | 🟡 `react-relay-network-layer` |
| Live Queries | 🛑 | 🛑 ||
| Defer & Stream Directives || 🛑 | 🟡 (unreleased) |
| Defer & Stream Directives || ✅ / 🛑 (`@defer` is supported in >=3.7.0, `@stream` is not yet supported) | 🟡 (unreleased) |
| Switching to `GET` method ||| 🟡 `react-relay-network-layer` |
| File Uploads |`@urql/exchange-multipart-fetch` | 🟡 `apollo-upload-client` | 🛑 |
| Retrying Failed Queries |`@urql/exchange-retry` |`apollo-link-retry` |`DefaultNetworkLayer` |
Expand Down

0 comments on commit 976055a

Please sign in to comment.