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

typescript types #55

Open FrederickEngelhardt opened 3 years ago

FrederickEngelhardt commented 3 years ago

Hi are there plans to add typescript type defs for this repo?

Example error with a typescript file

Could not find a declaration file for module 'graphql-s2s'.
nicolasdao commented 3 years ago

At this point in time, I do not have the resources to add support for Typescript. That being said, anybody can contribute to this project to add that feature.