Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hasura.RQL.Types.HealthCheck
Documentation
newtype HealthCheckTestSql Source #
Constructors
HealthCheckTestSql | |
Instances
newtype HealthCheckInterval Source #
Constructors
HealthCheckInterval | |
Fields |
Instances
newtype HealthCheckRetries Source #
Constructors
HealthCheckRetries | |
Fields |
Instances
newtype HealthCheckRetryInterval Source #
Constructors
HealthCheckRetryInterval | |
Fields |
Instances
newtype HealthCheckTimeout Source #
Constructors
HealthCheckTimeout | |
Fields |
Instances
data HealthCheckConfig b Source #
Constructors
HealthCheckConfig | |
Instances
healthCheckConfigCodec :: forall b. Backend b => HealthCheckImplementation (HealthCheckTest b) -> JSONCodec (HealthCheckConfig b) Source #