OBJECT

SystemEventInfo

link GraphQL Schema definition

1type SystemEventInfo {
2
3topic: String!
4
5payload: JSONData!
6
7timestamp: DateTime!
8
9id: ID!
10
11}