Demo.Repo.query_many

You're seeing just the function query_many, go back to Demo.Repo module for more information.
Link to this function

query_many(sql, params \\ [], opts \\ [])

View Source

A convenience function for SQL-based repositories that executes the given multi-result query.

See Ecto.Adapters.SQL.query_many/4 for more information.