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


