mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
44 lines
524 B
GraphQL
44 lines
524 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
disambiguation
|
|
gender
|
|
url
|
|
twitter
|
|
instagram
|
|
image_path
|
|
favorite
|
|
ignore_auto_tag
|
|
country
|
|
birthdate
|
|
ethnicity
|
|
hair_color
|
|
eye_color
|
|
height_cm
|
|
fake_tits
|
|
penis_length
|
|
circumcised
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
alias_list
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
rating100
|
|
death_date
|
|
weight
|
|
}
|
|
|
|
fragment SelectPerformerData on Performer {
|
|
id
|
|
name
|
|
disambiguation
|
|
alias_list
|
|
image_path
|
|
}
|