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