Apollo router composition via introspection?

Hello, In the docs it says that Apollo router accepts a supergraph as a file. Is there any way to do as rover does and supply a list of endpoints to compose a supergraph at runtime?

Hey @BINGUS, Router has no introspection built-in—you have to use Rover or managed federation for composition.