OBJECT

DeleteCommunityPointsCommunityGoalPayload

Delete community goal payload.

link GraphQL Schema definition

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