mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
45 lines
380 B
GraphQL
45 lines
380 B
GraphQL
fragment SlimImageData on Image {
|
|
id
|
|
checksum
|
|
title
|
|
rating
|
|
organized
|
|
o_counter
|
|
path
|
|
|
|
file {
|
|
size
|
|
width
|
|
height
|
|
}
|
|
|
|
paths {
|
|
thumbnail
|
|
image
|
|
}
|
|
|
|
galleries {
|
|
id
|
|
path
|
|
title
|
|
}
|
|
|
|
studio {
|
|
id
|
|
name
|
|
image_path
|
|
}
|
|
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
|
|
performers {
|
|
id
|
|
name
|
|
gender
|
|
favorite
|
|
image_path
|
|
}
|
|
}
|