stash/ui/v2.5/graphql/data/gallery-slim.graphql
WithoutPants a3c34a51aa
Gallery cover url (#5182)
* Add default gallery image
* Add gallery cover URL path
* Use new cover URL in UI
* Hide gallery preview scrubber when gallery has no images
* Don't try to show lightbox for gallery without images
* Ignore unrelated lint issue
2024-09-03 16:31:55 +10:00

46 lines
478 B
GraphQL

fragment SlimGalleryData on Gallery {
id
title
code
date
urls
details
photographer
rating100
organized
files {
...GalleryFileData
}
folder {
...FolderData
}
image_count
chapters {
id
title
image_index
}
studio {
id
name
image_path
}
tags {
id
name
}
performers {
id
name
gender
favorite
image_path
}
scenes {
...SlimSceneData
}
paths {
cover
preview
}
}