mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
9 lines
90 B
GraphQL
9 lines
90 B
GraphQL
fragment StudioData on Studio {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
image_path
|
|
scene_count
|
|
}
|