stash/ui/v2.5/graphql/data/image.graphql
Gykes 01d351c85d
FR: Custom Fields Frontend (#6601)
* Add "custom-field-" prefix to custom field detail item ids
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2026-02-25 14:56:24 +11:00

42 lines
415 B
GraphQL

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