This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
stash
mirror of
https://github.com/stashapp/stash.git
Watch
1
Star
1
Fork
You've already forked stash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
df3252e24f
stash
/
graphql
/
documents
/
data
/
gallery.graphql
17 lines
149 B
GraphQL
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-02-09 12:30:49 +00:00
fragment
GalleryData
on
Gallery
{
id
checksum
path
title
files
{
index
name
path
}
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 11:43:57 +00:00
scene
{
id
title
path
}
Initial commit
2019-02-09 12:30:49 +00:00
}