mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
15 lines
155 B
GraphQL
15 lines
155 B
GraphQL
fragment SlimStudioData on Studio {
|
|
id
|
|
name
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
parent_studio {
|
|
id
|
|
}
|
|
details
|
|
rating
|
|
}
|