feat: added reordering and moving for collection (#2916)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
mutation UpdateCollectionOrder($collectionID: ID!, $destCollID: ID!) {
|
||||
updateCollectionOrder(collectionID: $collectionID, destCollID: $destCollID)
|
||||
}
|
||||
Reference in New Issue
Block a user