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

Hasura.Server.Limits

Synopsis

Documentation

data ResourceLimits Source #

Resource limits, represented by a function which modifies IO actions to enforce those limits by throwing errors using MonadError in the case where they are exceeded.

Constructors

ResourceLimits 

Fields

class Monad m => HasResourceLimits m where Source #

Monads which support resource (memory, CPU time, etc.) limiting

Minimal complete definition

Nothing