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