OBJECT
UpdateCommunityPointsCommunityGoalPayload
Update community goal payload.
link GraphQL Schema definition
1 type UpdateCommunityPointsCommunityGoalPayload { 2 3 # The error, if any. 4 : UpdateCommunityPointsCommunityGoalError 5 6 # The community goal. 7 : CommunityPointsCommunityGoal 8 9 }