Conduit.Features.Account.Common.QueryAssociatedUser
queryAssociatedUser :: forall table. PersistEntity table => Maybe UserID -> (SqlExpr (Entity table) -> SqlExpr (Entity User) -> SqlExpr (Value Bool)) -> SqlQuery (SqlExpr (Entity table) :& SqlExpr (Entity User), SqlExpr (Value Bool)) Source #