7 lines
82 B
GraphQL
7 lines
82 B
GraphQL
subscription userHistoryDeleted {
|
|
userHistoryDeleted {
|
|
id
|
|
reqType
|
|
}
|
|
}
|