mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
22 lines
259 B
GraphQL
22 lines
259 B
GraphQL
fragment PerformerData on Performer {
|
|
id
|
|
checksum
|
|
name
|
|
url
|
|
twitter
|
|
instagram
|
|
birthdate
|
|
ethnicity
|
|
country
|
|
eye_color
|
|
height
|
|
measurements
|
|
fake_tits
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
aliases
|
|
favorite
|
|
image_path
|
|
scene_count
|
|
}
|