OBJECT

CommunityPointsCustomRewardRedemptionConnection

A paginated list of Community Points redemptions, and its metadata. Only returns results for logged-in, authorized users, otherwise returns a nil response.

link GraphQL Schema definition

1type CommunityPointsCustomRewardRedemptionConnection {
2
3# The list of items in this page.
4edges: [CommunityPointsCustomRewardRedemptionEdge!]!
5
6# Information about this page of Community Points redemptions.
7pageInfo: PageInfo!
8
9}