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

Hasura.Backends.Postgres.Translate.Select.Internal.GenerateSelect

Description

This module contains worker definitions pertaining to generating Select AST nodes.

NOTE: generateSQLSelect is mutually recursive with connectionToSelectWith, thus these two cohabitate in this module.

Synopsis

Documentation

generateSQLSelect Source #

Arguments

:: BoolExp

Pre join condition for lateral joins

-> SelectSource 
-> SelectNode 
-> Select