You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directives `@skip` and `@include` are built into any GraphQL server and client, but `@defer` requires special attention.
26
26
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/).
29
28
30
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")`).
0 commit comments