stash/graphql/documents/data/performer-slim.graphql

11 lines
122 B
GraphQL

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