Closed NabbeunNabi closed 1 month ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@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?
@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!
🔧 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.