graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.GraphQL.Schema.SubscriptionStream

Description

Generate the GraphQL schema types related to streaming subscriptions.

Synopsis

Documentation

selectStreamTable Source #

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.