ENUM

EventChangeType

link GraphQL Schema definition

1enum EventChangeType {
2CREATED
3UPDATED
4COMPLETED
5DELETED
6DEPENDENT_DATA_CHANGED
7}