OBJECT

UpdateCelebrationProductConfigPayload

Outputs from the updated celebration product config mutation.

link GraphQL Schema definition

1type UpdateCelebrationProductConfigPayload {
2
3# The updated celebration products.
4celebrationProducts: [CelebrationProduct!]
5
6# If present, there was an error with the request.
7error: CelebrationError
8
9}