We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eeb09d commit 8303415Copy full SHA for 8303415
guides/defer/usage.md
@@ -24,7 +24,7 @@ query GetPlayerInfo($handle: String!){
24
25
The directives `@skip` and `@include` are built into any GraphQL server and client, but `@defer` requires special attention.
26
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/).
+Apollo-Client [currently supports the @defer directive](https://www.apollographql.com/docs/react/data/defer/).
28
29
`@defer` also accepts a `label:` option which will be included in outgoing patches when it's present in the query (eg, `@defer(label: "patch1")`).
30
0 commit comments