Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hasura.RQL.Types.Webhook.Transform.QueryParams
Synopsis
- newtype QueryParams = QueryParams {}
- data QueryParamsTransformFn
Documentation
newtype QueryParams Source #
The actual query params we are transforming.
This newtype is necessary because otherwise we end up with an orphan instance.
Constructors
QueryParams | |
Fields |
Instances
data QueryParamsTransformFn Source #
The defunctionalized transformation QueryParams
Constructors
AddOrReplace [(UnescapedTemplate, Maybe UnescapedTemplate)] | |
ParamTemplate UnescapedTemplate |