| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hasura.GraphQL.Schema.SubscriptionStream
Description
Generate the GraphQL schema types related to streaming subscriptions.
Synopsis
- selectStreamTable :: forall b r m n. (MonadBuildSchema b r m n, AggregationPredicatesSchema b, BackendTableSelectSchema b) => TableInfo b -> Name -> Maybe Description -> SchemaT r m (Maybe (FieldParser n (StreamSelectExp b)))
Documentation
Arguments
| :: forall b r m n. (MonadBuildSchema b r m n, AggregationPredicatesSchema b, BackendTableSelectSchema b) | |
| => TableInfo b | table info |
| -> Name | field display name |
| -> Maybe Description | field description, if any |
| -> SchemaT r m (Maybe (FieldParser n (StreamSelectExp b))) |
Field parser for a streaming subscription for a table.