Files
stash/graphql/documents/data/gallery-slim.graphql
bob123491234 d1018b4c5d Add Studio Code and Photographer to Galleries. (#4195)
* Added Studio Code and Photographer to Galleries
* Fix gallery display on mobile
* Fixed potential panic when scraping with a bad configuration
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-11-28 15:05:33 +11:00

52 lines
538 B
GraphQL

fragment SlimGalleryData on Gallery {
id
title
code
date
urls
details
photographer
rating100
organized
files {
...GalleryFileData
}
folder {
...FolderData
}
image_count
cover {
id
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
}
}