Skip to content

Commit 8303415

Browse files
authored
Update, again.
Markdown is tough!
1 parent 7eeb09d commit 8303415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/defer/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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 [currently supports the @defer directive]([https://www.apollographql.com/docs/react/features/defer-support.html](https://www.apollographql.com/docs/react/data/defer/).
27+
Apollo-Client [currently supports the @defer directive](https://www.apollographql.com/docs/react/data/defer/).
2828

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

0 commit comments

Comments
 (0)