OBJECT

GoLiveNotificationConnection

GoLiveNotificationConnection represents GoLiveNotification edges and page metadata.

link GraphQL Schema definition

1type GoLiveNotificationConnection {
2
3# Each GoLiveNotificationEdge contains the GoLiveNotification node and cursor
4# data.
5edges: [GoLiveNotificationEdge!]!
6
7# Page metadata includes hasNextPage/hasPreviousPage.
8pageInfo: PageInfo!
9
10}