graphql-kit / graphql-faker

🎲 Mock or extend your GraphQL API with faked data. No coding required.
MIT License
2.69k stars 225 forks source link

Error when extending remote api with docker #133

Closed r-s-sandbox closed 3 years ago

r-s-sandbox commented 3 years ago

I can access the api via playground but when I try to extend it using docker, I get the following error:

Error: Can't get introspection from https:///graphql: request to https:///graphql failed, reason: connect EHOSTUNREACH 172.17.66.20:443

The API is not protected so I'm not passing in auth token.

If I run the node package with extend, it creates the local server but the editor stays stuck at loading

r-s-sandbox commented 3 years ago

Turns out its not related to the package but a restriction in our infrastructure