feat: added reordering and moving for collection (#2916)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
query GetSingleCollection($collectionID: ID!) {
|
||||
collection(collectionID: $collectionID) {
|
||||
id
|
||||
title
|
||||
parent {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user