mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
Remove unnecessary fields from StudioData (#1618)
This commit is contained in:
parent
9d641c64e3
commit
3e78d642a2
1 changed files with 0 additions and 9 deletions
|
|
@ -5,23 +5,14 @@ fragment StudioData on Studio {
|
|||
url
|
||||
parent_studio {
|
||||
id
|
||||
checksum
|
||||
name
|
||||
url
|
||||
image_path
|
||||
scene_count
|
||||
image_count
|
||||
gallery_count
|
||||
}
|
||||
child_studios {
|
||||
id
|
||||
checksum
|
||||
name
|
||||
url
|
||||
image_path
|
||||
scene_count
|
||||
image_count
|
||||
gallery_count
|
||||
}
|
||||
image_path
|
||||
scene_count
|
||||
|
|
|
|||
Loading…
Reference in a new issue