Demo.Repo.query_many-exclamation-mark

You're seeing just the function query_many-exclamation-mark, 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.