2019-02-09 12:30:49 +00:00
|
|
|
fragment SlimPerformerData on Performer {
|
|
|
|
id
|
|
|
|
name
|
2020-03-31 22:36:38 +00:00
|
|
|
gender
|
2022-04-02 21:05:57 +00:00
|
|
|
url
|
|
|
|
twitter
|
|
|
|
instagram
|
2019-02-09 12:30:49 +00:00
|
|
|
image_path
|
2021-03-10 01:25:51 +00:00
|
|
|
favorite
|
2022-04-04 10:03:39 +00:00
|
|
|
ignore_auto_tag
|
2022-04-02 21:05:57 +00:00
|
|
|
country
|
|
|
|
birthdate
|
|
|
|
ethnicity
|
|
|
|
hair_color
|
|
|
|
eye_color
|
|
|
|
height
|
|
|
|
fake_tits
|
|
|
|
career_length
|
|
|
|
tattoos
|
|
|
|
piercings
|
2021-03-10 01:25:51 +00:00
|
|
|
tags {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
}
|
2020-10-24 03:31:39 +00:00
|
|
|
stash_ids {
|
|
|
|
endpoint
|
|
|
|
stash_id
|
|
|
|
}
|
2021-04-26 03:48:32 +00:00
|
|
|
rating
|
2022-04-02 21:05:57 +00:00
|
|
|
death_date
|
|
|
|
weight
|
2019-02-09 12:30:49 +00:00
|
|
|
}
|