OBJECT

UpdateCelebrationConfigPayload

Outputs from the update celebration config mutation.

link GraphQL Schema definition

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