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