Hi everyone,
Do you know how i can properly handle the Introspection with graphl-router, apollo-gateway seems to facilitate this integration which it seems to be not the case with apollo-router
Thanks
Hi everyone,
Do you know how i can properly handle the Introspection with graphl-router, apollo-gateway seems to facilitate this integration which it seems to be not the case with apollo-router
Thanks
Hi @fmorissette
found the same issue today as well on Apollo Studio.
Interestingly this works fine:
rover graph introspect http://localhost:5000
However, after some digging I think that the issue is due to some internal handling of line endings. I have tested Apollo Studio introspection and it does not work on Windows, but works fine on Linux.
Thank you very much for your help @MariuszCwikla I will definitely try this !!