mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03: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>
33 lines
363 B
GraphQL
33 lines
363 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
url
|
|
twitter
|
|
instagram
|
|
image_path
|
|
favorite
|
|
ignore_auto_tag
|
|
country
|
|
birthdate
|
|
ethnicity
|
|
hair_color
|
|
eye_color
|
|
height_cm
|
|
fake_tits
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
rating100
|
|
death_date
|
|
weight
|
|
}
|