robrichard / graphql-fields

Turns GraphQLResolveInfo into a map of the requested fields
MIT License
350 stars 30 forks source link

Port to TypeScript #21

Closed smithki closed 5 years ago

smithki commented 5 years ago

Related to #20

sibelius commented 5 years ago

@robrichard I think using typescript is a good idea

we can keep using babel 7 to transpilation and let typescript do the typecheck

smithki commented 5 years ago

I should have time to put babel back in this weekend! 👍

smithki commented 5 years ago

months later

Yikes I dropped the ball on this (things get busy, things get forgotten). I will try to revisit this soon.