stash/graphql/documents/data/image.graphql
bob123491234 413311711f
Add Details, Studio Code, and Photographer to Images (#4217)
* Add Details, Code, and Photographer to Images
* Add date and details to image card
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2023-11-28 15:45:07 +11:00

44 lines
434 B
GraphQL

fragment ImageData on Image {
id
title
code
rating100
date
urls
details
photographer
organized
o_counter
created_at
updated_at
files {
...ImageFileData
}
paths {
thumbnail
preview
image
}
galleries {
...GalleryData
}
studio {
...SlimStudioData
}
tags {
...SlimTagData
}
performers {
...PerformerData
}
visual_files {
...VisualFileData
}
}