mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
28 lines
314 B
GraphQL
28 lines
314 B
GraphQL
fragment StudioData on Studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
parent_studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
image_path
|
|
scene_count
|
|
}
|
|
child_studios {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
image_path
|
|
scene_count
|
|
}
|
|
image_path
|
|
scene_count
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
}
|
|
}
|