Hi,
I have been testing using apollo router in place of grafbase-gateway to route to my subgraphs, but I started running into issues with the query planner of the apollo router.
I have 13 subgraphs running locally, all written in Rust in case that changes anything, and if I query them through apollo router the query planning stage takes 30 seconds to complete.
The same query is instant with grafbase-gateway.
Is there anyway to get more log information from the query planner to see what is happening here?
This is with the latest router release as well 1.59.1
Kind Regards,
Ashley