feat: added reordering and moving for collection (#2916)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
subscription TeamCollectionOrderUpdated($teamID: ID!) {
|
||||
collectionOrderUpdated(teamID: $teamID) {
|
||||
collection {
|
||||
id
|
||||
title
|
||||
parent {
|
||||
id
|
||||
}
|
||||
}
|
||||
nextCollection {
|
||||
id
|
||||
title
|
||||
parent {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user