Have you tried to expose a compatibility alias in Magento so CIF can keep using products?? Try creating a Magento GraphQL module that re-exports your existing resolver under Query.products and delegates to your current CatalogSrv_products logic.Alternatively, try to override the react components tha...