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

Hasura.Server.Init.Arg

Synopsis

Documentation

parseHgeOpts :: EnabledLogTypes impl => Parser (HGEOptionsRaw (ServeOptionsRaw impl)) Source #

The Main Arg Parser. It constructs a HGEOptionsRaw term:

  1. '(Config.PostgresConnInfo (Maybe PostgresConnInfoRaw))' - The DB connection. 2: 'Maybe String' - Representing the metadata connection. 3: HGECommand a - The result of the supplied Subcommand.