stash/graphql/documents/data/performer.graphql

40 lines
430 B
GraphQL
Raw Normal View History

2019-02-09 12:30:49 +00:00
fragment PerformerData on Performer {
id
checksum
name
url
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
image_count
gallery_count
tags {
...SlimTagData
}
2020-10-24 03:31:39 +00:00
stash_ids {
stash_id
endpoint
}
rating
details
death_date
hair_color
weight
2019-02-09 12:30:49 +00:00
}