building-envelope-data / api

API specification to exchange data about building envelopes
MIT License
3 stars 1 forks source link

Update metabase.grapqhl #332

Open christoph-maurer opened 5 days ago

christoph-maurer commented 5 days ago

Before creating the release https://github.com/building-envelope-data/api/issues/333, metabase.graphql should be updated from type-defs.graphqls .

@simon-wacker Is there already a description how to do it?

simon-wacker commented 8 hours ago

type-defs.graphqls is updated by running make schema within the frontend container. metabase.graphql is updated by just copying type-defs.graphqls with cp in a shell or in your WYSIWYG file browser. I don't know if there needs to be a description for that. It seems kind of obvious/redundant to me. Because we need to copy a file from one project to another and people clone there projects wherever they want to, there cannot be a simple shell command that works for everybody.