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
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