mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
21 lines
224 B
GraphQL
21 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
|
|
}
|