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

Hasura.Backends.Postgres.Translate.Select

Description

Postgres Translate Select

This module is a translation layer between IR and postgres-specific select queries.

There are four main types of selects (as distinguished from the IR):

  • "simple" selects
  • aggregate selects
  • connection selects (used for relay)
  • streaming selects (see Hasura.Backends.Postgres.Translate.Select.Streaming for details)