rpitv / glimpse

Monorepo for the RPI TV Glimpse project
MIT License
3 stars 1 forks source link

No way to automatically update `api-schema.graphql` file used by the UI for code generation #55

Open robere2 opened 6 months ago

robere2 commented 6 months ago

This file is used by the generate script to generate type definition files for our schema and queries. Up until now I believe I've been updating this file manually with my IDE. Ideally the file will automatically update, and I question whether it belongs in version control at all. Keeping the file tracked should allow for an easier setup experience in a new dev environment.