mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
29 lines
269 B
GraphQL
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
|
|
}
|
|
}
|