Skip to content

v0.12.1-alpha-defer3

Pre-release
Pre-release
Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 21 Jul 17:22
· 4134 commits to main since this release

⚠️ This is a test release, not meant for general use

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