stash/graphql/documents/data/gallery.graphql

17 lines
149 B
GraphQL
Raw Normal View History

2019-02-09 12:30:49 +00:00
fragment GalleryData on Gallery {
id
checksum
path
title
files {
index
name
path
}
scene {
id
title
path
}
2019-02-09 12:30:49 +00:00
}