I’ve tried out the Apollo router v0.1.0-preview.2
and v0.1.0-preview.2-debug images
.
I noticed that no matter how i configure it, the introspection is not working, I get this message:
Value retrieval failed: Empty query plan. This often means an unhandled Introspection query was sent. Please file an issue to apollographql/router.
I also didn’t see the CORS entering into action, but I didn’t try that too much.
I know it has been only released and still under development, just wanted to give a quick feedback.
Ran it in Kubernetes if it matters…
Here’s my router config:
server:
listen: 0.0.0.0:4000
introspection: true
cors:
allow_any_origin: false
headers:
all:
- propagate:
matching: .*