6 lines
152 B
GraphQL
6 lines
152 B
GraphQL
mutation RenameCollection($newTitle: String!, $collectionID: ID!) {
|
|
renameCollection(newTitle: $newTitle, collectionID: $collectionID) {
|
|
id
|
|
}
|
|
}
|