We’re seeing a runtime error in our production app related to the ShopifyShop model. Specifically, Gadget is throwing an error when we attempt to fetch or update the model, due to a field called checkoutApiSupportedBackup being requested. We haven’t explicitly selected this field in our code, so it may be coming from the default selection in the generated packages.
This is causing downstream issues where customer API tokens aren’t being set properly, breaking parts of the app flow (e.g. onboarding and paywall access).
We’re planning to try regenerating the npm packages and redeploying to see if that resolves the default field selection. If not, we’ll try manually selecting specific fields when querying the ShopifyShop model.
Wanted to check if this field (checkoutApiSupportedBackup) was recently removed or changed on your end, and if there’s anything else we should update in the model configuration.
Did anything change in gadget/mantle that it started breaking ?