stash/graphql/documents/data/gallery.graphql
WithoutPants d3ababf0a1
Gallery list improvement (#622)
* Add grid view to galleries
* Show scene in gallery card
* Add is missing scene gallery filter
* Don't store galleries with no images
2020-06-21 21:43:57 +10:00

16 lines
149 B
GraphQL

fragment GalleryData on Gallery {
id
checksum
path
title
files {
index
name
path
}
scene {
id
title
path
}
}