Pular para o conteúdo principal

AcademicSeriesCollectionSegment

A segment of a collection.

type AcademicSeriesCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [AcademicSerie!]
totalCount: Int!
}

Fields

AcademicSeriesCollectionSegment.pageInfo ● CollectionSegmentInfo! non-null object

Information to aid in pagination.

AcademicSeriesCollectionSegment.items ● [AcademicSerie!] list object

A flattened list of the items.

AcademicSeriesCollectionSegment.totalCount ● Int! non-null scalar

Returned By

academicSeries query