Yeah, I am working on a project right now! TypeScript and ApolloClient is a great combo. BUT, for projects with large GraphQL queries I would recommend combining them with GraphQL generator. They have something called TypedDocumentNode where you can automatically generate types for all of your queryData. This is really SO great! A highly recommended tool!
I recently used the combination of React, Apollo Client and TypeScript in a personal project myself and really enjoyed it. Great article Ákos Kőműves!
Andrew Baisden
Software Developer | Content Creator | AI, Tech, Programming
I really need to get back up to speed with GraphQL. Good article Ákos Kőműves .