Files
stash/ui/v2.5/graphql/data/group.graphql
WithoutPants 2739696813 Add group graphql interfaces (#5017)
* Deprecate movie and add group interfaces
* UI changes
2024-07-03 13:59:40 +10:00

29 lines
269 B
GraphQL

fragment GroupData on Group {
id
name
aliases
duration
date
rating100
director
studio {
...SlimStudioData
}
tags {
...SlimTagData
}
synopsis
urls
front_image_path
back_image_path
scene_count
scenes {
id
title
}
}