mirror of
https://github.com/stashapp/stash.git
synced 2026-02-23 07:20:26 -06:00
30 lines
306 B
GraphQL
30 lines
306 B
GraphQL
fragment GallerySlimData on Gallery {
|
|
id
|
|
checksum
|
|
path
|
|
title
|
|
date
|
|
url
|
|
details
|
|
rating
|
|
organized
|
|
image_count
|
|
cover {
|
|
...SlimImageData
|
|
}
|
|
studio {
|
|
...StudioData
|
|
}
|
|
tags {
|
|
...TagData
|
|
}
|
|
performers {
|
|
...PerformerData
|
|
}
|
|
scenes {
|
|
id
|
|
title
|
|
path
|
|
}
|
|
}
|