mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
17 lines
171 B
GraphQL
17 lines
171 B
GraphQL
fragment SlimPerformerData on Performer {
|
|
id
|
|
name
|
|
gender
|
|
image_path
|
|
favorite
|
|
tags {
|
|
id
|
|
name
|
|
}
|
|
stash_ids {
|
|
endpoint
|
|
stash_id
|
|
}
|
|
rating
|
|
}
|