Login
Roast topics
Find topics
Find it!
From:
Leigh Halliday's RSS Feed
(Uncensored)
subscribe
Generating TypeScript Types from GraphQL Schema in Apollo
https://www.leighhalliday.com/generating-types-apollo
links
backlinks
Tagged with:
typescript
graphql
apollo
Roast topics
Find topics
Roast it!
GraphQL is a typed language, so why redefine all of the types ourselves inside our TypeScript code when we should be able to take advantage of the types coming from GraphQL and have them automatically generated for us? That's exactly what we can…