INPUT_OBJECT

CommunityPointsRedemptionQueueOptions

Optional filters that can be applied to a redemption queue query.

link GraphQL Schema definition

1input CommunityPointsRedemptionQueueOptions {
4
2# The order of the results, either oldest first or newest first.
3order: CommunityPointsCustomRewardRedemptionQueueSortOrder
7
5# Filter results to only redemptions of this reward.
6rewardID: ID
10
8# Filter results to only redemptions of this status.
9status: CommunityPointsCustomRewardRedemptionStatus
11}