Main flow coordinator
Runs source flow
resolve_select(atom() | %{select: any()}, any()) :: any()
stream(Exd.Query.queryable()) :: Flow.t()
Exd.Query{from: {"people", Person}, select: "people.name"} |> Exd.QueryRunner.stream(query) |> Enum.to_list ["mads", "jack"]