nicolasdao / graphql-s2s

Add GraphQL Schema support for type inheritance, generic typing, metadata decoration. Transpile the enriched GraphQL string schema into the standard string schema understood by graphql.js and the Apollo server client.
Other
187 stars 15 forks source link

feat: Add support for description label #32

Closed phoenix741 closed 5 years ago

phoenix741 commented 5 years ago

Hi,

I propose you a pull request that add support of description label of graphql (in reference of bug : #29 and #17

Can you review this pull request ?

I develop this, because i use description comment on my project.

Thanks

luisfrocha commented 5 years ago

Thank you @phoenix741!! I hope your PR gets merged soon.

glennvgastel commented 5 years ago

Nice work on the tests! I will review the rest asap.

nicolasdao commented 5 years ago

Truly awesome @phoenix741 !

I've just reviewed that PR and it rocks! That's so much to have also added the test. I've just merged that PR and deployed a new version on npm with those changes.

That made my day. Thanks for supporting our community and this project.

Nic