mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
* Add bulk stash-box performer task * Add stash-box performer scraper to scrape with menu
7 lines
253 B
GraphQL
7 lines
253 B
GraphQL
mutation SubmitStashBoxFingerprints($input: StashBoxFingerprintSubmissionInput!) {
|
|
submitStashBoxFingerprints(input: $input)
|
|
}
|
|
|
|
mutation StashBoxBatchPerformerTag($input: StashBoxBatchPerformerTagInput!) {
|
|
stashBoxBatchPerformerTag(input: $input)
|
|
}
|