2019-02-09 12:30:49 +00:00
|
|
|
fragment PerformerData on Performer {
|
|
|
|
id
|
|
|
|
checksum
|
|
|
|
name
|
|
|
|
url
|
2020-03-31 22:36:38 +00:00
|
|
|
gender
|
2019-02-09 12:30:49 +00:00
|
|
|
twitter
|
|
|
|
instagram
|
|
|
|
birthdate
|
|
|
|
ethnicity
|
|
|
|
country
|
|
|
|
eye_color
|
|
|
|
height
|
|
|
|
measurements
|
|
|
|
fake_tits
|
|
|
|
career_length
|
|
|
|
tattoos
|
|
|
|
piercings
|
|
|
|
aliases
|
|
|
|
favorite
|
|
|
|
image_path
|
|
|
|
scene_count
|
2021-04-15 00:46:31 +00:00
|
|
|
image_count
|
|
|
|
gallery_count
|
2021-03-10 01:25:51 +00:00
|
|
|
|
|
|
|
tags {
|
2021-05-09 09:25:57 +00:00
|
|
|
...SlimTagData
|
2021-03-10 01:25:51 +00:00
|
|
|
}
|
|
|
|
|
2020-10-24 03:31:39 +00:00
|
|
|
stash_ids {
|
|
|
|
stash_id
|
|
|
|
endpoint
|
|
|
|
}
|
2021-04-26 03:48:32 +00:00
|
|
|
rating
|
2021-04-16 06:06:35 +00:00
|
|
|
details
|
|
|
|
death_date
|
|
|
|
hair_color
|
|
|
|
weight
|
2019-02-09 12:30:49 +00:00
|
|
|
}
|