7 lines
187 B
GraphQL
7 lines
187 B
GraphQL
mutation UpdateUserCollectionOrder($collectionID: ID!, $nextCollectionID: ID) {
|
|
updateUserCollectionOrder(
|
|
collectionID: $collectionID
|
|
nextCollectionID: $nextCollectionID
|
|
)
|
|
}
|