PostgREST.Config.JSPath
Description
type JSPath = [JSPathExp] Source #
full jspath, e.g. .property[0].attr.detail
data JSPathExp Source #
jspath expression, e.g. .property, .property[0] or ."property-dash"
Constructors
Defined in PostgREST.Config.JSPath
Methods
showsPrec :: Int -> JSPathExp -> ShowS #
show :: JSPathExp -> String #
showList :: [JSPathExp] -> ShowS #
pRoleClaimKey :: Text -> Either Text JSPath Source #