mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Gallery scrubber (#5133)
This commit is contained in:
@@ -28,3 +28,11 @@ query FindGalleriesForSelect(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query FindGalleryImageID($id: ID!, $index: Int!) {
|
||||
findGallery(id: $id) {
|
||||
image(index: $index) {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user