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