OBJECT

UpdateCelebrationPayload

Outputs from the Update celebration mutation.

link GraphQL Schema definition

1type UpdateCelebrationPayload {
2
3# The updated celebration.
4celebration: Celebration
5
6# If present, there was an error with the request.
7error: CelebrationError
8
9}