AndrewCMonson / your-schools

0 stars 0 forks source link

Create centralized codegen for graphql #11

Closed AndrewCMonson closed 1 month ago

AndrewCMonson commented 1 month ago

currently, to generate types for the backend and frontend, the codegen.ts file in root must be modified prior to generating code. Ideally, each should have their own codegen.

AndrewCMonson commented 1 month ago

rather than creating a centralized codegen, create one for each the frontend and the backend

AndrewCMonson commented 1 month ago

configured root codegen to be dedicated to backend and created new codegen dedicated to frontend