OBJECT
UpdateCelebrationConfigPayload
Outputs from the update celebration config mutation.
link GraphQL Schema definition
1 type UpdateCelebrationConfigPayload { 2 3 # The updated celebration config. 4 : CelebrationConfig 5 6 # If present, there was an error with the request. 7 : CelebrationError 8 9 }