stash/graphql/documents/data/gallery.graphql

17 lines
149 B
GraphQL

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