nteract / graphql-schema-exploration

Exploring a GraphQL schema for notebooks
https://gql-explore.nteract.io/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Convert this exploration to TypeScript #10

Closed rgbkrk closed 5 years ago

rgbkrk commented 5 years ago

Switch server over to typescript.

In a later PR I'd love to try using graphqlgen. Ran into problems with it for the moment though.

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

willingc commented 5 years ago

graphqlgen looks awesome. What issue were you hitting?

rgbkrk commented 5 years ago

On stage it worked flawlessly. In my case it made a mess and didn't generate the right types. Maybe the schema isn't right? I can make a PR with the commits I tossed away.