mirror of https://github.com/stashapp/stash.git
40 lines
430 B
GraphQL
40 lines
430 B
GraphQL
fragment PerformerData on Performer {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
gender
|
|
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
|
|
}
|
|
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
}
|
|
rating
|
|
details
|
|
death_date
|
|
hair_color
|
|
weight
|
|
}
|