stash/graphql/documents/data/gallery.graphql

12 lines
109 B
GraphQL

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