stash/graphql/documents/data/performer-slim.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
}