stash/graphql/documents/data/gallery.graphql

12 lines
109 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
}
}