mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
* Add penis length stat to performers. * Modified the UI to display and edit the stat. * Added the ability to filter floats to allow filtering by penis length. * Add circumcision stat to performer. * Refactor enum filtering * Change boolean filter to radio buttons * Return null for empty enum values --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
37 lines
422 B
GraphQL
37 lines
422 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
disambiguation
|
|
gender
|
|
url
|
|
twitter
|
|
instagram
|
|
image_path
|
|
favorite
|
|
ignore_auto_tag
|
|
country
|
|
birthdate
|
|
ethnicity
|
|
hair_color
|
|
eye_color
|
|
height_cm
|
|
fake_tits
|
|
penis_length
|
|
circumcised
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
alias_list
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
rating100
|
|
death_date
|
|
weight
|
|
}
|