Files
stash/graphql/documents/data/performer-slim.graphql
WithoutPants a0676d5c30 Performer tags (#1132)
* Add scraping support for performer tags
* Add performer count to tag cards
* Refactor sqlite test setup
* Add performer tag filtering in gallery and image
* Add bulk update performer
* Add Performers tab to tag page
* Add count filters and sort bys for tags
* Move scene count to icon in performer card #1148
2021-03-10 12:25:51 +11:00

16 lines
162 B
GraphQL

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