stash/graphql/documents/data/gallery-slim.graphql
yoshnopa 7e8f941155
Add Chapters for Galleries (#3289)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-03-16 15:04:54 +11:00

49 lines
513 B
GraphQL

fragment SlimGalleryData on Gallery {
id
title
date
url
details
rating100
organized
files {
...GalleryFileData
}
folder {
...FolderData
}
image_count
cover {
files {
...ImageFileData
}
paths {
thumbnail
}
}
chapters {
id
title
image_index
}
studio {
id
name
image_path
}
tags {
id
name
}
performers {
id
name
gender
favorite
image_path
}
scenes {
...SlimSceneData
}
}