mirror of
https://github.com/stashapp/stash.git
synced 2025-12-12 03:12:24 +01:00
* add rating100 fields to represent rating range 1-100 * deprecate existing (1-5) rating fields * add half- and quarter-star options for rating system * add decimal rating system option Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
15 lines
168 B
GraphQL
15 lines
168 B
GraphQL
fragment SlimStudioData on Studio {
|
|
id
|
|
name
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
parent_studio {
|
|
id
|
|
}
|
|
details
|
|
rating100
|
|
aliases
|
|
}
|