OBJECT
SubscriptionsConnection
The connection type for Subscription.
link GraphQL Schema definition
- type SubscriptionsConnection {
- # A list of edges.
- SubscriptionsEdge] : [
- # A list of nodes.
- Subscription] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }