AccessAppLogsCollectionSegment
A segment of a collection.
type AccessAppLogsCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [AccessAppLog!]
totalCount: Int!
}
Fields
AccessAppLogsCollectionSegment.pageInfo
● CollectionSegmentInfo!
non-null object
Information to aid in pagination.
AccessAppLogsCollectionSegment.items
● [AccessAppLog!]
list object
A flattened list of the items.
AccessAppLogsCollectionSegment.totalCount
● Int!
non-null scalar
Returned By
accessAppLogs
query