mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Remove unnecessary fields from StudioData (#1618)
This commit is contained in:
@@ -5,23 +5,14 @@ fragment StudioData on Studio {
|
|||||||
url
|
url
|
||||||
parent_studio {
|
parent_studio {
|
||||||
id
|
id
|
||||||
checksum
|
|
||||||
name
|
name
|
||||||
url
|
url
|
||||||
image_path
|
image_path
|
||||||
scene_count
|
|
||||||
image_count
|
|
||||||
gallery_count
|
|
||||||
}
|
}
|
||||||
child_studios {
|
child_studios {
|
||||||
id
|
id
|
||||||
checksum
|
|
||||||
name
|
name
|
||||||
url
|
|
||||||
image_path
|
image_path
|
||||||
scene_count
|
|
||||||
image_count
|
|
||||||
gallery_count
|
|
||||||
}
|
}
|
||||||
image_path
|
image_path
|
||||||
scene_count
|
scene_count
|
||||||
|
|||||||
Reference in New Issue
Block a user