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

Inheritance between 'input' and 'type' #36

Closed anho closed 4 years ago

anho commented 5 years ago

Hey there,

is there any specific reasoning behind not allowing inputs to inherit from types?

nicolasdao commented 5 years ago

Not really @anho,

That's actually something I want to implement in the next release.

anho commented 5 years ago

@nicolasdao that would be super awesome. You have an ETA in mind already? Or do I have to be patient? ;)