Files
stash/graphql/documents/data/image-slim.graphql
WithoutPants a25286bdcb Multiple image URLs (#4000)
* Backend changes - ported from scene impl
* Front end changes
* Refactor URL mutation code
2023-09-12 13:31:53 +10:00

54 lines
477 B
GraphQL

fragment SlimImageData on Image {
id
title
date
urls
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
}
}