OBJECT

CreateCommunityPointsCommunityGoalPayload

Create community goal payload.

link GraphQL Schema definition

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