OBJECT
UpdateCelebrationProductConfigPayload
Outputs from the updated celebration product config mutation.
link GraphQL Schema definition
1 type UpdateCelebrationProductConfigPayload { 2 3 # The updated celebration products. 4 : [CelebrationProduct!] 5 6 # If present, there was an error with the request. 7 : CelebrationError 8 9 }