mirror of
https://github.com/stashapp/stash.git
synced 2026-01-06 07:38:49 +01:00
28 lines
293 B
GraphQL
28 lines
293 B
GraphQL
fragment GallerySlimData on Gallery {
|
|
id
|
|
checksum
|
|
path
|
|
title
|
|
date
|
|
url
|
|
details
|
|
rating
|
|
image_count
|
|
cover {
|
|
...SlimImageData
|
|
}
|
|
studio {
|
|
...StudioData
|
|
}
|
|
tags {
|
|
...TagData
|
|
}
|
|
performers {
|
|
...PerformerData
|
|
}
|
|
scene {
|
|
id
|
|
title
|
|
path
|
|
}
|
|
}
|