mirror of https://github.com/stashapp/stash.git
9 lines
90 B
GraphQL
9 lines
90 B
GraphQL
|
fragment StudioData on Studio {
|
||
|
id
|
||
|
checksum
|
||
|
name
|
||
|
url
|
||
|
image_path
|
||
|
scene_count
|
||
|
}
|