dangcuuson / graphql-schema-typescript

Generate TypeScript from GraphQL's schema type definitions
191 stars 36 forks source link

Support more recent versions of `graphql` #46

Closed jhanschoo closed 3 years ago

jhanschoo commented 4 years ago

Please look into supporting more recent versions of graphql. For example, it wouldn't work with version 14.0.0 and above in the path, and I spent a couple hours diagnosing this and #45. Thanks.

dangcuuson commented 3 years ago

Added support for graphql 14 and 15 on 1.5.1 version