mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
* Add updated_at field to stash_id's * Only set updated at on stash ids when actually updating in identify --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
45 lines
530 B
GraphQL
45 lines
530 B
GraphQL
fragment PerformerData on Performer {
|
|
id
|
|
name
|
|
disambiguation
|
|
urls
|
|
gender
|
|
birthdate
|
|
ethnicity
|
|
country
|
|
eye_color
|
|
height_cm
|
|
measurements
|
|
fake_tits
|
|
penis_length
|
|
circumcised
|
|
career_length
|
|
tattoos
|
|
piercings
|
|
alias_list
|
|
favorite
|
|
ignore_auto_tag
|
|
image_path
|
|
scene_count
|
|
image_count
|
|
gallery_count
|
|
group_count
|
|
performer_count
|
|
o_counter
|
|
|
|
tags {
|
|
...SlimTagData
|
|
}
|
|
|
|
stash_ids {
|
|
stash_id
|
|
endpoint
|
|
updated_at
|
|
}
|
|
rating100
|
|
details
|
|
death_date
|
|
hair_color
|
|
weight
|
|
}
|