mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
* added details to performers and studios * added deathdate, hair_color and weight to performers * Simplify performer/studio create mutations * Add changelog and recategorised Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
35 lines
422 B
GraphQL
35 lines
422 B
GraphQL
fragment StudioData on Studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
parent_studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
}
|
|
child_studios {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
}
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
}
|
|
details
|
|
}
|