nautilus / gateway

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

error : not able to download schema having union type #197

Closed WISKesarkar closed 4 months ago

WISKesarkar commented 1 year ago

While working on POC for GQL federation to support multiple gql apis under one service. I found out nautius/gateway library fails to download schema with union types in it.

for testing Please refer this POC-example

Issue :

Screenshot 2023-06-30 at 19 57 38

akshyapadma commented 11 months ago

@WISKesarkar Have you found any solution to this?

I am facing the same problem in case of Union.

JohnStarich commented 4 months ago

@WISKesarkar Thank you for opening and for sharing a very easy-to-reproduce example. :clap: I've reproduced and it appears this was fixed by github.com/nautilus/graphql@v0.0.21.

I've bumped the gateway's dependency on graphql. I'll get that merged and cut a new release that includes the fix.

JohnStarich commented 4 months ago

New release v0.3.14 includes the fix. Please shout if this did not address your issue!