If you want to use it with bigger than 1mb schemas create an issue , maybe we can split it to more files if that works for this limit
If you weren’t aware, you can’t run TS directly - you have to compile it to JS for execution
So I guess this is a recommended option from Hasura to generate typed API bindings; I was going to try following that tutorial at some point, looks pretty slick.
Am I understanding correctly that this tool works with something like Hasura (GraphQL backend) to generate an API schema / query client that can be used with something like react-query to retrieve data?