stash/graphql/documents/data/performer-slim.graphql
2021-04-26 13:48:32 +10:00

16 lines
171 B
GraphQL

fragment SlimPerformerData on Performer {
id
name
gender
image_path
favorite
tags {
id
name
}
stash_ids {
endpoint
stash_id
}
rating
}