In my app, I receive the following message:
"Fix before Feb 2: As of 2024-04, the REST Admin API /products and /variants endpoints have been marked as deprecated across all versions. Public apps must migrate to the GraphQL product APIs by 2025-02-01, and custom apps should migrate to support more than 100 variants. View change."
However, I have already updated my app to use await shopify.graphql for fetching products, and I don't use the /variants endpoint at all. Could you help me understand where else these endpoints might still be in use? Is it possible that Gadget or another dependency is using them?