mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
22 lines
224 B
GraphQL
22 lines
224 B
GraphQL
fragment SlimStudioData on Studio {
|
|
id
|
|
name
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
updated_at
|
|
}
|
|
parent_studio {
|
|
id
|
|
}
|
|
details
|
|
rating100
|
|
aliases
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
o_counter
|
|
}
|