Open acdoyle630 opened 2 years ago
Hello @acdoyle630
You can take a look at #21 where it is explained how to enable introspection
.
Let me know if that solves your issue.
Thanks @segpacto
I tried enabling introspection in as part of the apolloServerConfig
but I'm still getting a bad request. I updated the issue with an updated gql file. Any idea what might be missing?
Hello @acdoyle630
After some digging we realize that is a feature attached to Apollo Federation subgraph specification, a feature for which the package was not initially developed for. At the same time we also realize this a nice to have.
For the moment what can we suggest, use the schema specification and add this to the localSchema
property on the gql-gateway server .
Meanwhile, we will take a look at how to approach this in order to make it automatically included when there is the need to create a subgraph
Hi team, I'm trying to introspect a gql-gateway generated server from an ApolloServer but I am getting a 400 bad request when trying to spin up the ApolloServer with subgraphs. Wondering if theres a config or something that I'm missing?
Thanks!
gql-gateway server
ApolloServer