7 lines
93 B
GraphQL
7 lines
93 B
GraphQL
subscription UserHistoryDeletedMany {
|
|
userHistoryDeletedMany {
|
|
count
|
|
reqType
|
|
}
|
|
}
|