| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hasura.RQL.Types.Subscription
Synopsis
- data CursorOrdering
- data SubscriptionType
Documentation
data CursorOrdering Source #
CursorOrdering is used in the streaming subscriptions to specify how to order the cursor.
Constructors
| COAscending | |
| CODescending |
Instances
| Eq CursorOrdering Source # | |
Defined in Hasura.RQL.Types.Subscription Methods (==) :: CursorOrdering -> CursorOrdering -> Bool # (/=) :: CursorOrdering -> CursorOrdering -> Bool # | |
| Show CursorOrdering Source # | |
Defined in Hasura.RQL.Types.Subscription Methods showsPrec :: Int -> CursorOrdering -> ShowS # show :: CursorOrdering -> String # showList :: [CursorOrdering] -> ShowS # | |
| Generic CursorOrdering Source # | |
Defined in Hasura.RQL.Types.Subscription Associated Types type Rep CursorOrdering :: Type -> Type # Methods from :: CursorOrdering -> Rep CursorOrdering x # to :: Rep CursorOrdering x -> CursorOrdering # | |
| Hashable CursorOrdering Source # | |
Defined in Hasura.RQL.Types.Subscription | |
| type Rep CursorOrdering Source # | |
Defined in Hasura.RQL.Types.Subscription | |
data SubscriptionType Source #
Instances
| Eq SubscriptionType Source # | |
Defined in Hasura.RQL.Types.Subscription Methods (==) :: SubscriptionType -> SubscriptionType -> Bool # (/=) :: SubscriptionType -> SubscriptionType -> Bool # | |
| Show SubscriptionType Source # | |
Defined in Hasura.RQL.Types.Subscription Methods showsPrec :: Int -> SubscriptionType -> ShowS # show :: SubscriptionType -> String # showList :: [SubscriptionType] -> ShowS # | |
| Generic SubscriptionType Source # | |
Defined in Hasura.RQL.Types.Subscription Associated Types type Rep SubscriptionType :: Type -> Type # Methods from :: SubscriptionType -> Rep SubscriptionType x # to :: Rep SubscriptionType x -> SubscriptionType # | |
| type Rep SubscriptionType Source # | |
Defined in Hasura.RQL.Types.Subscription | |