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