Urigo / merge-graphql-schemas

A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.
https://www.npmjs.com/package/merge-graphql-schemas
929 stars 66 forks source link

Q: Corretly merge in the order needed when files are out of declaration order. #399

Closed dougg0k closed 4 years ago

dougg0k commented 4 years ago

Hello,

Is there a way to properly merge automatically when there are scenarios where you have many .graphql files and they might be using types that are out of declaration order?

Thanks!