Notified.Queries.UnseenQuery.call

You're seeing just the function call, go back to Notified.Queries.UnseenQuery module for more information.

Specs

call() :: Ecto.Query.t()

Return a query that only returns notifications that haven't been seen.

The etso adapter only has basic query support and does not support is_nil or aggregate yet. For now, we can use an extra boolean field. https://github.com/evadne/etso/issues/15