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

property duplicate #34

Closed yasintz closed 5 years ago

yasintz commented 5 years ago

https://github.com/nicolasdao/graphql-s2s/issues/33

yasintz commented 5 years ago

@nicolasdao

nicolasdao commented 5 years ago

That's great @yasintz!

I've just reviewed your latest changes and your unit tests (26 and 27). That's crystal clear! I've just published your changes to npm. The latest version (0.19.2) contains your fixes.

On behalf of our community, thanks a lot. :+1: :sparkles: :rocket:

Nic