mirror of
https://github.com/stashapp/stash.git
synced 2026-01-05 23:25:04 +01:00
* Cleanup Edit Performers dialog * Add bulk text inputs to edit performers dialog * Make bulk update code more generic * Add remaining performer fields
31 lines
339 B
GraphQL
31 lines
339 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
url
|
|
twitter
|
|
instagram
|
|
image_path
|
|
favorite
|
|
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
|
|
}
|