stash/graphql/documents/mutations
WithoutPants 4fe4da6c01
Merge tags functionality (#1481)
* Add API to merge tags

Add new API endpoint, `tagsMerge(source, destination)` to merge multiple
tags into a single one. The "sources" must be provided as a list of ids
and the destination as a single id. All usages of the source tags
(scenes, markers (primary and additional), images, galleries and
performers) will be updated to the destination tag, all aliases of the
source tags will be updated to the destination, and the name of the
source will be added as alias to the destination as well.

* Add merge tag UI
* Add unit tests
* Update test mocks
* Update internationalisation
* Add changelog entry

Co-authored-by: gitgiggety <gitgiggety@outlook.com>
2021-06-16 14:33:54 +10:00
..
config.graphql DLNA (#1364) 2021-05-20 16:58:43 +10:00
dlna.graphql DLNA (#1364) 2021-05-20 16:58:43 +10:00
gallery.graphql Fix galleryCreate mutation (#1004) 2020-12-20 12:35:41 +01:00
image.graphql Use changesets correctly when updating objects (#976) 2020-12-04 12:42:56 +11:00
job.graphql Job queueing (#1379) 2021-05-24 14:24:18 +10:00
metadata.graphql Job queueing (#1379) 2021-05-24 14:24:18 +10:00
movie.graphql Add batch delete for performers/tags/studios/movies (#1053) 2021-01-13 11:57:53 +11:00
performer.graphql added details, deathdate, hair color, weight to performers and added details to studios (#1274) 2021-04-16 16:06:35 +10:00
plugins.graphql Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
scene-marker.graphql Update GQLGen and break up the schema.graphql file 2019-03-27 12:47:43 -07:00
scene.graphql Use changesets correctly when updating objects (#976) 2020-12-04 12:42:56 +11:00
scrapers.graphql Reload scrapers button (#592) 2020-06-10 13:43:17 +10:00
stash-box.graphql Stash-Box Performer Tagger (#1277) 2021-05-03 14:21:20 +10:00
studio.graphql Added rating to performers and studios (#1308) 2021-04-26 13:48:32 +10:00
tag.graphql Merge tags functionality (#1481) 2021-06-16 14:33:54 +10:00