Files
stash/schema/documents/data/gallery.graphql
2019-02-09 04:32:50 -08:00

12 lines
109 B
GraphQL

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