PushNotificationConnection
A connection type to paginate a list of push notification.
type PushNotificationConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [PushNotification!]!
}
Fields
PushNotificationConnection.pageInfo
● PageInfo!
non-null object
PushNotificationConnection.totalCount
● Int!
non-null scalar
PushNotificationConnection.nodes
● [PushNotification!]!
non-null object
Member Of
Event
object