mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
* Update apollo client * Overhaul graphql client cache invalidation * Fix tagger studio link display update * Add graphql formatting
7 lines
202 B
GraphQL
7 lines
202 B
GraphQL
mutation MigrateSceneScreenshots($input: MigrateSceneScreenshotsInput!) {
|
|
migrateSceneScreenshots(input: $input)
|
|
}
|
|
|
|
mutation MigrateBlobs($input: MigrateBlobsInput!) {
|
|
migrateBlobs(input: $input)
|
|
}
|