Files
stash/graphql/documents/data/performer-slim.graphql
WithoutPants d2743cf5fb Change performer height to be numeric (#3060)
* Make height an int. Add height_cm field
* Change UI to use height_cm
* Use number fields for height/weight
* Add migration note
2022-11-08 14:09:03 +11:00

33 lines
360 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
}
rating
death_date
weight
}