Pular para o conteúdo principal

UserNotificationsCollectionSegment

A segment of a collection.

type UserNotificationsCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [UserNotification!]
totalCount: Int!
}

Fields

UserNotificationsCollectionSegment.pageInfo ● CollectionSegmentInfo! non-null object

Information to aid in pagination.

UserNotificationsCollectionSegment.items ● [UserNotification!] list object

A flattened list of the items.

UserNotificationsCollectionSegment.totalCount ● Int! non-null scalar

Returned By

userNotifications query