OBJECT

DeleteCelebrationPayload

Outputs from the create celebration mutation.

link GraphQL Schema definition

1type DeleteCelebrationPayload {
2
3# If present, there was an error with the request.
4error: CelebrationError
5
6}