Module

Jarilo.Query

Package
purescript-jarilo
Repository
bklaric/purescript-jarilo

#Query Source

data Query :: Type

#NoQuery Source

data NoQuery :: Query

Instances

#Optional Source

data Optional :: Symbol -> Type -> Query

Instances

#Mandatory Source

data Mandatory :: Symbol -> Type -> Query

Instances

#Query Source

data Query :: Query -> Query -> Query

Instances

#type (:?) Source

Operator alias for Jarilo.Query.Query (right-associative / precedence 9)

#QueryProxy Source

data QueryProxy (query :: Query)

Constructors

#QueryError Source

data QueryError

Constructors

#parameterParseError Source

parameterParseError :: forall errors parameterName. IsSymbol parameterName => SProxy parameterName -> Value -> String -> Variant (queryError :: QueryError | errors)

#fromValue Source

fromValue :: forall value. FromComponent value => Value -> Either String value

#QueryRouter Source

class QueryRouter (query :: Query) (input :: Row Type) (output :: Row Type) | query -> input output where

Members

Instances