0no-co / graphql.web

The spec-compliant minimum of client-side GraphQL.
MIT License
74 stars 1 forks source link

feat: Establish type compatibility with graphql #3

Closed kitten closed 1 year ago

kitten commented 1 year ago

 Summary

When merged, this PR establishes TypeScript type compatibility between graphql and this package. This is done by adding a typings/ folder with TS files to check type compatibility. Several fixes have been made to make sure that the AST types are compatible

Set of changes