ENUM

CommunityPointsCustomRewardRedemptionQueueSortOrder

Ways to sort Community Points redemptions.

link GraphQL Schema definition

1enum CommunityPointsCustomRewardRedemptionQueueSortOrder {
2
3# The oldest redemption first.
4OLDEST
5
6# The newest redemption first.
7NEWEST
8}