mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Gallery scrubber (#5133)
This commit is contained in:
@@ -48,4 +48,7 @@ fragment SlimGalleryData on Gallery {
|
||||
scenes {
|
||||
...SlimSceneData
|
||||
}
|
||||
paths {
|
||||
preview
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,10 @@ fragment GalleryData on Gallery {
|
||||
rating100
|
||||
organized
|
||||
|
||||
paths {
|
||||
preview
|
||||
}
|
||||
|
||||
files {
|
||||
...GalleryFileData
|
||||
}
|
||||
@@ -52,6 +56,9 @@ fragment SelectGalleryData on Gallery {
|
||||
thumbnail
|
||||
}
|
||||
}
|
||||
paths {
|
||||
preview
|
||||
}
|
||||
files {
|
||||
path
|
||||
}
|
||||
|
||||
@@ -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