mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Co-authored-by: HiddenPants255 <> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
7 lines
78 B
GraphQL
7 lines
78 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
image_path
|
|
}
|