mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 02:15:30 +01:00
27 lines
297 B
GraphQL
27 lines
297 B
GraphQL
fragment StudioData on Studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
parent_studio {
|
|
id
|
|
name
|
|
url
|
|
image_path
|
|
}
|
|
child_studios {
|
|
id
|
|
name
|
|
image_path
|
|
}
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
}
|
|
details
|
|
rating
|
|
}
|