OBJECT

CommunityPointsCommunityGoalContribution

Community goal contribution.

link GraphQL Schema definition

1type CommunityPointsCommunityGoalContribution {
2
3# The community goal.
4goal: CommunityPointsCommunityGoal!
5
6# The amount of user's channel points contributed to this community goal this
7# stream.
8userPointsContributedThisStream: Int!
9
10}