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