v0.12.1-alpha-defer3
Pre-release
Pre-release
apollo-bot2
released this
21 Jul 17:22
·
4134 commits
to main
since this release
How to test @defer
support in the router
Add this to the configuration file:
server:
experimental_defer_support: true
Add this to the supergraph schema:
directive @defer(
label: String
if: Boolean
) on FRAGMENT_SPREAD | INLINE_FRAGMENT