Concept Flow - Code generation from schema
Start with GraphQL Schema
Parse Schema Definitions
Generate TypeScript Types
Generate Query and Mutation Functions
Output Code Files
End
The process starts with a GraphQL schema, which is parsed to generate TypeScript types and query/mutation functions, then outputs code files.