INPUT_OBJECT

DeleteCelebrationInput

Inputs for deleting a celebration.

link GraphQL Schema definition

1input DeleteCelebrationInput {
4
2# ID of celebration to delete.
3celebrationID: ID!
7
5# ID of channel where the celebration to delete exists.
6channelID: ID!
8}