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

Hasura.Server.Utils

Synopsis

Documentation

quoteRegex :: CompOption -> ExecOption -> String -> Code Q Regex Source #

Quotes a regex using Template Haskell so syntax errors can be reported at compile-time.

fmapL :: (a -> a') -> Either a b -> Either a' b Source #

makeReasonMessage :: [a] -> (a -> Text) -> Text Source #

newtype EnvVarsMovedToMetadata Source #

The environment variables that were moved to metadata. These environment variables are available if a v1 hasura project is run an v2 hasura server. These environment variables are marked as deprecated only when the v1 hasura project is migrated to v2 project.

newtype DeprecatedEnvVars Source #

These env vars are completely deprecated

Constructors

DeprecatedEnvVars 

Instances

Instances details
Show DeprecatedEnvVars Source # 
Instance details

Defined in Hasura.Server.Utils