feat: init backend for drag and drop requests on team collections - fixed #2005

This commit is contained in:
liyasthomas
2021-12-18 18:38:27 +05:30
parent 11fe908017
commit 76cbd99df8
5 changed files with 43 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
mutation MoveRESTTeamRequest($requestID: ID!, $collectionID: ID!) {
moveRequest(requestID: $requestID, destCollID: $collectionID) {
id
}
}