mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
31 lines
360 B
GraphQL
31 lines
360 B
GraphQL
fragment StudioData on Studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
parent_studio {
|
|
id
|
|
name
|
|
url
|
|
image_path
|
|
}
|
|
child_studios {
|
|
id
|
|
name
|
|
image_path
|
|
}
|
|
ignore_auto_tag
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
performer_count
|
|
movie_count
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
}
|
|
details
|
|
rating100
|
|
aliases
|
|
}
|