ourjapanlife / findadoc-web

Front-end repository for Find a Doc, Japan
https://findadoc.jp
BSD 3-Clause "New" or "Revised" License
16 stars 14 forks source link

chore: update gqlTypes.ts based on updated backend schema #767

Closed NabbeunNabi closed 1 month ago

NabbeunNabi commented 1 month ago

🔧 What changed

Types were updated in the backend schema. But at the moment we do not have a script that checks if the schema has changed. And if it does to update the types on the frontend. This will be discussed and added as a possible future ticket. This updates our gqlTypes file based on the new schema changes.

netlify[bot] commented 1 month ago

Deploy Preview for findadoc ready!

Name Link
Latest commit 1c0914fe59c0ceef8d039f7b1d206aa70510daa6
Latest deploy log https://app.netlify.com/sites/findadoc/deploys/670479fb922a290008a0eb91
Deploy Preview https://deploy-preview-767--findadoc.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

NabbeunNabi commented 1 month ago

@ermish @theyokohamalife Do you think we should make a script that checks weekly or monthly for gqlSchema by running generate and if it does have file changes commits those changes?

theyokohamalife commented 1 month ago

@ermish @theyokohamalife Do you think we should make a script that checks weekly or monthly for gqlSchema by running generate and if it does have file changes commits those changes?

That would be really nice to have and would help maintain the types!