mirror of
https://github.com/stashapp/stash.git
synced 2025-12-26 18:29:08 +01:00
12 lines
136 B
GraphQL
12 lines
136 B
GraphQL
fragment SlimStudioData on Studio {
|
|
id
|
|
name
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
parent_studio {
|
|
id
|
|
}
|
|
}
|