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