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