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