Co-authored-by: Vivek R <123vivekr@gmail.com> Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
7 lines
124 B
GraphQL
7 lines
124 B
GraphQL
mutation DeleteAllUserHistory($reqType: ReqType!) {
|
|
deleteAllUserHistory(reqType: $reqType) {
|
|
count
|
|
reqType
|
|
}
|
|
}
|