AEB-labs / graphql-weaver

A tool to combine, link and transform GraphQL schemas
MIT License
240 stars 20 forks source link

Documentation on links, pipelines, fieldMetadata and more insufficient #33

Open nyteshade opened 6 years ago

nyteshade commented 6 years ago

I really wanted to use this because the plumbing seems extensive enough and because you've solved several features like custom scalars; that being said, I have spent too many days both converting TypeScript to JavaScript in my head (not a super big deal, but causes some issues), reading through code that has far too few comments, and all this because the documentation is lacking.

Please provide better docs. For now we are using Apollo's schema stitching until this becomes a bit more fleshed out.

Wish list