PromotionCodePoolPaginator
A paginated list of PromotionCodePool items.
type PromotionCodePoolPaginator {
data: [PromotionCodePool!]!
paginatorInfo: PaginatorInfo!
}
Fields
PromotionCodePoolPaginator.data ● [PromotionCodePool!]! non-null object
A list of PromotionCodePool items.
PromotionCodePoolPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
Returned By
promotionCodePools query


