There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Simple application that demonstrates the use of the urql client with code generation for TypeScript, along with GraphiQL. By doing <code>npm run codegen</code>, all the types should be automatically validated in two ways: The query is correct based on the schema, and the results are accessed correctly in the frontend code.