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