stash/ui/v2.5/graphql/data/performer.graphql
Gykes adaadee368
FR: Change Career Length to Career Start and Career End (#6449)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2026-02-17 13:44:03 +11:00

47 lines
559 B
GraphQL

fragment PerformerData on Performer {
id
name
disambiguation
urls
gender
birthdate
ethnicity
country
eye_color
height_cm
measurements
fake_tits
penis_length
circumcised
career_start
career_end
tattoos
piercings
alias_list
favorite
ignore_auto_tag
image_path
scene_count
image_count
gallery_count
group_count
performer_count
o_counter
tags {
...SlimTagData
}
stash_ids {
stash_id
endpoint
updated_at
}
rating100
details
death_date
hair_color
weight
custom_fields
}