OBJECT
DeleteCommunityPointsCommunityGoalPayload
Delete community goal payload.
link GraphQL Schema definition
1 type DeleteCommunityPointsCommunityGoalPayload { 2 3 # The error, if any. 4 : DeleteCommunityPointsCommunityGoalError 5 6 # The community goal that was deleted. 7 : CommunityPointsCommunityGoal 8 9 }