OBJECT
CommunityPointsCustomRewardRedemptionEdge
A page entry, that contains a CommunityPointsCustomRewardRedemption item and a cursor to return from the query to allow pagination.
link GraphQL Schema definition
1 type CommunityPointsCustomRewardRedemptionEdge { 2 3 # Cursor used for next query. 4 : Cursor! 5 6 # The underlying Community Points redemption. 7 : CommunityPointsCustomRewardRedemption! 8 9 }