| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasura.Backends.Postgres.DDL.ComputedField
Description
Documentation
data InvalidTableArgument Source #
data InvalidSessionArgument Source #
Constructors
| ISANotFound FunctionArgName | |
| ISANotJSON FunctionSessionArgument |
showError :: QualifiedFunction -> ComputedFieldValidateError -> Text Source #
buildComputedFieldInfo Source #
Arguments
| :: forall pgKind m. QErrM m | |
| => HashSet QualifiedTable | the set of all tracked tables |
| -> QualifiedTable | |
| -> HashSet PGCol | |
| -> ComputedFieldName | |
| -> ComputedFieldDefinition | |
| -> PGRawFunctionInfo | |
| -> Comment | |
| -> m (ComputedFieldInfo ('Postgres pgKind)) |