mirror of
https://github.com/stashapp/stash.git
synced 2026-01-01 13:15:12 +01:00
16 lines
171 B
GraphQL
16 lines
171 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
image_path
|
|
favorite
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
rating
|
|
}
|