mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 01:44:52 +01:00
* Backend changes * Show custom field values * Add custom fields table input * Add custom field filtering * Add unit tests * Include custom fields in import/export * Anonymise performer custom fields * Move json.Number handler functions to api * Handle json.Number conversion in api
46 lines
547 B
GraphQL
46 lines
547 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
|
|
|
|
custom_fields
|
|
}
|