Files
stash/graphql/documents/data/image-slim.graphql
2022-12-20 11:13:41 +11:00

49 lines
420 B
GraphQL

fragment SlimImageData on Image {
id
title
date
url
rating100
organized
o_counter
files {
...ImageFileData
}
paths {
thumbnail
image
}
galleries {
id
title
files {
path
}
folder {
path
}
}
studio {
id
name
image_path
}
tags {
id
name
}
performers {
id
name
gender
favorite
image_path
}
}