jorisvddonk / WelcomeToTheFuture

Welcome to the future! Save humanity with GraphQL!
9 stars 0 forks source link

Enable typed graphql queries in frontend #6

Open jorisvddonk opened 4 years ago

jorisvddonk commented 4 years ago

At the moment, none of the graphql queries in the frontend are typed correctly (they all return an any type), which makes the frontend a little brittle. Investigate generation of a typed client, and then using said typed client in the frontend, e.g. via graphql-typed-client