Remove unnecessary fields from StudioData (#1618)

This commit is contained in:
WithoutPants
2021-08-06 11:41:51 +10:00
committed by GitHub
parent 9d641c64e3
commit 3e78d642a2

View File

@@ -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