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