Files
stash/graphql/documents/data/image-slim.graphql
2023-05-17 09:30:51 +10:00

54 lines
476 B
GraphQL

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