I’m trying migrate entirely over to typescript both back and front, but its little bit tricky to write query and mutation props. This blog post seems to cover a lot https://codeburst.io/graphql-and-apollo-client-by-example-part-1-3e0aec3eea71
But I’m considering to just use the graphql-request for fetching data and typescript drop apollo-graphql entirely.