stash/graphql/documents/data/performer-slim.graphql

32 lines
339 B
GraphQL
Raw Normal View History

2019-02-09 12:30:49 +00:00
fragment SlimPerformerData on Performer {
id
name
gender
url
twitter
instagram
2019-02-09 12:30:49 +00:00
image_path
favorite
country
birthdate
ethnicity
hair_color
eye_color
height
fake_tits
career_length
tattoos
piercings
tags {
id
name
}
2020-10-24 03:31:39 +00:00
stash_ids {
endpoint
stash_id
}
rating
death_date
weight
2019-02-09 12:30:49 +00:00
}