Files
stash/ui/v2.5/graphql/data/performer-slim.graphql
WithoutPants f26766033e Performer urls (#4958)
* Populate URLs from legacy fields
* Return nil properly in xpath/json scrapers
* Improve migration logging
2024-06-18 13:41:05 +10:00

43 lines
503 B
GraphQL

fragment SlimPerformerData on Performer {
id
name
disambiguation
gender
urls
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
}