mirror of
https://github.com/stashapp/stash.git
synced 2026-01-20 07:01:33 +01:00
28 lines
269 B
GraphQL
28 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
|
|
}
|
|
}
|