nautilus / gateway

A federated api gateway for graphql services. https://gateway.nautilus.dev/
MIT License
397 stars 49 forks source link

Fix panic on `gateway.Query()` with a nil `QueryInput.QueryDocument` #195

Closed JohnStarich closed 1 year ago

JohnStarich commented 1 year ago

Fix panic on gateway.Query() with a nil QueryInput.QueryDocument. This can occur when calling graphql.IntrospectAPI() on the gateway itself.