mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 12:25:23 +01:00
* Add grid view to galleries * Show scene in gallery card * Add is missing scene gallery filter * Don't store galleries with no images
16 lines
149 B
GraphQL
16 lines
149 B
GraphQL
fragment GalleryData on Gallery {
|
|
id
|
|
checksum
|
|
path
|
|
title
|
|
files {
|
|
index
|
|
name
|
|
path
|
|
}
|
|
scene {
|
|
id
|
|
title
|
|
path
|
|
}
|
|
}
|