| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasura.GraphQL.Execute.Subscription.Options
Documentation
data SubscriptionsOptions Source #
Constructors
| SubscriptionsOptions | |
Fields | |
Instances
| Eq SubscriptionsOptions Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods (==) :: SubscriptionsOptions -> SubscriptionsOptions -> Bool # (/=) :: SubscriptionsOptions -> SubscriptionsOptions -> Bool # | |
| Show SubscriptionsOptions Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods showsPrec :: Int -> SubscriptionsOptions -> ShowS # show :: SubscriptionsOptions -> String # showList :: [SubscriptionsOptions] -> ShowS # | |
| FromJSON SubscriptionsOptions Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods parseJSON :: Value -> Parser SubscriptionsOptions parseJSONList :: Value -> Parser [SubscriptionsOptions] | |
| ToJSON SubscriptionsOptions Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods toJSON :: SubscriptionsOptions -> Value toEncoding :: SubscriptionsOptions -> Encoding toJSONList :: [SubscriptionsOptions] -> Value toEncodingList :: [SubscriptionsOptions] -> Encoding | |
Constructors
| BatchSize | |
Fields | |
Instances
| Eq BatchSize Source # | |
| Show BatchSize Source # | |
| FromJSON BatchSize Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options | |
| ToJSON BatchSize Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods toEncoding :: BatchSize -> Encoding toJSONList :: [BatchSize] -> Value toEncodingList :: [BatchSize] -> Encoding | |
| FromEnv BatchSize Source # | |
newtype RefetchInterval Source #
Constructors
| RefetchInterval | |
Fields | |
Instances
| Eq RefetchInterval Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods (==) :: RefetchInterval -> RefetchInterval -> Bool # (/=) :: RefetchInterval -> RefetchInterval -> Bool # | |
| Show RefetchInterval Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods showsPrec :: Int -> RefetchInterval -> ShowS # show :: RefetchInterval -> String # showList :: [RefetchInterval] -> ShowS # | |
| FromJSON RefetchInterval Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods parseJSON :: Value -> Parser RefetchInterval parseJSONList :: Value -> Parser [RefetchInterval] | |
| ToJSON RefetchInterval Source # | |
Defined in Hasura.GraphQL.Execute.Subscription.Options Methods toJSON :: RefetchInterval -> Value toEncoding :: RefetchInterval -> Encoding toJSONList :: [RefetchInterval] -> Value toEncodingList :: [RefetchInterval] -> Encoding | |
| FromEnv RefetchInterval Source # | |
Defined in Hasura.Server.Init.Env | |