nautilus / gateway

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

Use first non-empty description when merging #164

Closed JohnStarich closed 2 years ago

JohnStarich commented 2 years ago

Fixes https://github.com/nautilus/gateway/issues/143

Deterministically sets descriptions to the first non-empty value. A consistently ordered list of input schemas results in a consistently merged output schema.