mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
11 lines
122 B
GraphQL
11 lines
122 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
image_path
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
}
|