INPUT_OBJECT

ArchiveCommunityPointsCommunityGoalInput

Archive community goal input.

link GraphQL Schema definition

1input ArchiveCommunityPointsCommunityGoalInput {
4
2# The channel.
3channelID: ID!
7
5# The community goal.
6goalID: ID!
8}