6 lines
97 B
GraphQL
6 lines
97 B
GraphQL
mutation RemoveRequestFromHistory($id: ID!) {
|
|
removeRequestFromHistory(id: $id) {
|
|
id
|
|
}
|
|
}
|