Co-authored-by: Vivek R <123vivekr@gmail.com> Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
11 lines
144 B
GraphQL
11 lines
144 B
GraphQL
subscription UserHistoryUpdated {
|
|
userHistoryUpdated {
|
|
id
|
|
reqType
|
|
request
|
|
responseMetadata
|
|
isStarred
|
|
executedOn
|
|
}
|
|
}
|