mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 04:44:28 +01:00
14 lines
155 B
GraphQL
14 lines
155 B
GraphQL
fragment SlimStudioData on Studio {
|
|
id
|
|
name
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
parent_studio {
|
|
id
|
|
}
|
|
details
|
|
rating
|
|
}
|