Exact steps described in the video
1. Generate your API from the Database.
2. Export a GraphQL schema from the API.
3. Use the above schema in your IDE to get type-checks and autocompiteion
Bonus Steps
4. Generate Zod validators from the GraphQL schema.
5. Derive TypeScript types from that validators.
6. Enjoy your coding experience :)
#hasura #typescript #graphql #webstorm #zod #IDE