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