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

Hasura.Backends.MSSQL.Types

Description

This module exports modules Hasura.Backends.MSSQL.Types.*.

The types in Hasura.Backends.MSSQL.Types.Internal define types which represent T-SQL AST.

The other modules such as Hasura.Backends.MSSQL.Types.Insert and Hasura.Backends.MSSQL.Types.Update represent GraphQL AST parts that are unique for MSSQL.