PostgREST.Config.JSPath
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
dumpJSPath :: JSPathExp -> Text Source #
pRoleClaimKey :: Text -> Either Text JSPath Source #