INPUT_OBJECT

DeleteCommunityPointsCommunityGoalInput

Delete community goal input.

link GraphQL Schema definition

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