router
router copied to clipboard
SubgraphService : APQ support
We now support APQ for incoming requests, but we could use it as clients when interacting with subgraphs:
- Try to perform an APQ request, bail out totally if
PersistedQueryNotSupported
in errors - Otherwise perform APQ requests as much as possible.
We migrated from the Apollo Gateway to Apollo Router and I was surprised it's not the default. Is there a blocker, or it's just not high in the priorities?
Is this support exists for subgraph query
Not yet in the router
Done in #2284