mutation RenameUserCollection($userCollectionID: ID!, $newTitle: String!) { renameUserCollection( userCollectionID: $userCollectionID newTitle: $newTitle ) { id } }