Files
stash/graphql/documents/data/image-slim.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

57 lines
509 B
GraphQL

fragment SlimImageData on Image {
id
title
code
date
urls
details
photographer
rating100
organized
o_counter
files {
...ImageFileData
}
paths {
thumbnail
preview
image
}
galleries {
id
title
files {
path
}
folder {
path
}
}
studio {
id
name
image_path
}
tags {
id
name
}
performers {
id
name
gender
favorite
image_path
}
visual_files {
...VisualFileData
}
}