Hi Community,
We are working with AEM CIF Core Components integrated with Magento. Our Magento schema exposes a custom root field CatalogSrv_products instead of the default products.
By default, CIF generates queries like:

But in our case, we need the query to use CatalogSrv_products, for example:

I see the query placed in CIF core component library at react-components/src/queries/query_bundle_product.graphql.js but I could not see any documentation on how to override this.
Any guidance or best practices would be very helpful.