Pular para o conteúdo principal

ImportValidationItemsCollectionSegment

A segment of a collection.

type ImportValidationItemsCollectionSegment {
pageInfo: CollectionSegmentInfo!
items: [ImportItemResult!]
totalCount: Int!
}

Fields

ImportValidationItemsCollectionSegment.pageInfo ● CollectionSegmentInfo! non-null object

Information to aid in pagination.

ImportValidationItemsCollectionSegment.items ● [ImportItemResult!] list object

A flattened list of the items.

ImportValidationItemsCollectionSegment.totalCount ● Int! non-null scalar

Returned By

importValidationItems query