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