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