mirror of https://github.com/stashapp/stash.git
45 lines
425 B
GraphQL
45 lines
425 B
GraphQL
fragment SlimGalleryData on Gallery {
|
|
id
|
|
checksum
|
|
path
|
|
title
|
|
date
|
|
url
|
|
details
|
|
rating
|
|
organized
|
|
image_count
|
|
cover {
|
|
file {
|
|
size
|
|
width
|
|
height
|
|
}
|
|
|
|
paths {
|
|
thumbnail
|
|
}
|
|
}
|
|
studio {
|
|
id
|
|
name
|
|
image_path
|
|
}
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
performers {
|
|
id
|
|
name
|
|
gender
|
|
favorite
|
|
image_path
|
|
}
|
|
scenes {
|
|
id
|
|
title
|
|
path
|
|
}
|
|
}
|