stash/graphql/documents/data/performer-slim.graphql
2020-10-24 14:31:39 +11:00

10 lines
122 B
GraphQL

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