stash/graphql/documents/data/performer-slim.graphql
2023-10-26 15:01:49 +11:00

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
}