Skip to content

Commit 5fff096

Browse files
authored
Merge pull request #4906 from imjared/patch-1
Update usage.md with updated Apollo client details
2 parents 24f797a + 8303415 commit 5fff096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/defer/usage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ query GetPlayerInfo($handle: String!){
2424

2525
The directives `@skip` and `@include` are built into any GraphQL server and client, but `@defer` requires special attention.
2626

27-
Apollo-Client has [experimental support](https://www.apollographql.com/docs/react/features/defer-support.html)
28-
but it may [have some issues](https://github.com/apollographql/apollo-client/issues/4484), so you can try [this updated fork](https://github.com/rmosolgo/apollo-client) while they're worked out.
27+
Apollo-Client [currently supports the @defer directive](https://www.apollographql.com/docs/react/data/defer/).
2928

3029
`@defer` also accepts a `label:` option which will be included in outgoing patches when it's present in the query (eg, `@defer(label: "patch1")`).
3130

0 commit comments

Comments
 (0)