stash/ui/v2.5/graphql/data/performer-slim.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

46 lines
555 B
GraphQL

fragment SlimPerformerData on Performer {
id
name
disambiguation
gender
urls
image_path
favorite
ignore_auto_tag
country
birthdate
ethnicity
hair_color
eye_color
height_cm
fake_tits
penis_length
circumcised
career_start
career_end
tattoos
piercings
alias_list
tags {
id
name
}
stash_ids {
endpoint
stash_id
updated_at
}
rating100
death_date
weight
}
fragment SelectPerformerData on Performer {
id
name
disambiguation
alias_list
image_path
birthdate
death_date
}