BridgeConnectQuery: Query<
    {
        id?: ModuleIdentifier;
        maxDepth?: number;
        schema: BridgeConnectQuerySchema;
    },
>