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