graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Hasura.Server.Init.Arg.Command.Serve

Description

The Arg Opt.Parser for the serve subcommand.

Documentation

parseServerHost :: Parser (Maybe HostPreference) Source #

serveHostOption :: Option HostPreference Source #

parseTxIsolation :: Parser (Maybe TxIsolation) Source #

parseEnabledAPIs :: Parser (Maybe (HashSet API)) Source #

parseEnabledLogs :: forall impl. EnabledLogTypes impl => Parser (Maybe (HashSet (EngineLogType impl))) Source #