nautilus / gateway

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

update gqlgen dependency #179

Closed roeest closed 1 year ago

roeest commented 2 years ago

When using nautilus with a newer version of gqlgen introspection became broken. gqlgen's introspection package updated the description field of many structs to be a method rather than a member and that broke json marshalling. Updated types to use the Description method fixed this issue.