NotificationPaged
No description
type NotificationPaged {
data: [Notification]!
totalResults: Int!
}
Fields
NotificationPaged.data
● [Notification]!
non-null object
The list of items in this pagination window.
NotificationPaged.totalResults
● Int!
non-null scalar
Total number of items in the filtered dataset.
Returned by
notifications
query