graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Backends.Postgres.DDL.ComputedField

Description

Postgres DDL ComputedField

How to build the ComputedFieldInfo for a field.

See Backend.

Documentation

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))