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