OBJECT

CelebrationError

Celebration error.

link GraphQL Schema definition

1type CelebrationError {
2
3# Code describing the error.
4code: CelebrationErrorCode!
5
6}