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