OBJECT

UpdateCelebrationUserSettingsPayload

Outputs from the update celebration config mutation.

link GraphQL Schema definition

1type UpdateCelebrationUserSettingsPayload {
2
3# The updated logged in user.
4currentUser: User
5
6}