Pular para o conteúdo principal

AcademicLevelsCollectionSegment

A segment of a collection.

type AcademicLevelsCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [AcademicLevel!]
totalCount: Int!
}

Fields

AcademicLevelsCollectionSegment.pageInfo ● CollectionSegmentInfo! non-null object

Information to aid in pagination.

AcademicLevelsCollectionSegment.items ● [AcademicLevel!] list object

A flattened list of the items.

AcademicLevelsCollectionSegment.totalCount ● Int! non-null scalar

Returned By

academicLevels query