Baz.CollectionEvents.Queries.FilterAndOrder (baz v0.0.16)

Link to this section Summary

Link to this section Types

@type opts() :: [where_opt() | order_opt()]
@type order_opt() :: {:order, [atom()]}
@type where_opt() :: {:where, [{atom(), term()}]}

Link to this section Functions

@spec new(opts()) :: Ecto.Query.t()