Files
hoppscotch/packages/hoppscotch-selfhost-desktop/src/api/mutations/RemoveRequestFromHistory.graphql
2023-11-03 13:28:13 +05:30

6 lines
97 B
GraphQL

mutation RemoveRequestFromHistory($id: ID!) {
removeRequestFromHistory(id: $id) {
id
}
}