ENUM

EventAction

link GraphQL Schema definition

1enum EventAction {
2
3SUBSCRIBE
4
5UNSUBSCRIBE
6}