OBJECT

CreateCelebrationPayload

Outputs from the create celebration mutation.

link GraphQL Schema definition

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