Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/mutations/DeleteRequest.graphql
2022-02-04 15:44:36 +05:30

4 lines
83 B
GraphQL

mutation DeleteRequest($requestID: ID!) {
deleteRequest(requestID: $requestID)
}