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