stash/graphql/documents/data/image-slim.graphql
HijackHornet 0b4b100ecc
[Feature] Images new fields : URL & Date (#3015)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2022-12-20 11:13:41 +11:00

48 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
}
}