Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CountQueryP1 Source #
CountQueryP1 | |
|
Instances
Eq CountQueryP1 Source # | |
Defined in Hasura.RQL.DML.Count (==) :: CountQueryP1 -> CountQueryP1 -> Bool # (/=) :: CountQueryP1 -> CountQueryP1 -> Bool # |
mkSQLCount :: CountQueryP1 -> Select Source #
validateCountQWith :: (UserInfoM m, QErrM m, TableInfoRM ('Postgres 'Vanilla) m) => SessionVariableBuilder m -> (ColumnType ('Postgres 'Vanilla) -> Value -> m SQLExp) -> CountQuery -> m CountQueryP1 Source #
validateCountQ :: (QErrM m, UserInfoM m, CacheRM m) => CountQuery -> m (CountQueryP1, Seq PrepArg) Source #
countQToTx :: (QErrM m, MonadTx m) => (CountQueryP1, Seq PrepArg) -> m EncJSON Source #