mirror of https://github.com/stashapp/stash.git
33 lines
357 B
GraphQL
33 lines
357 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
url
|
|
twitter
|
|
instagram
|
|
image_path
|
|
favorite
|
|
ignore_auto_tag
|
|
country
|
|
birthdate
|
|
ethnicity
|
|
hair_color
|
|
eye_color
|
|
height
|
|
fake_tits
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
rating
|
|
death_date
|
|
weight
|
|
}
|