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

11 lines
122 B
GraphQL
Raw Normal View History

2019-02-09 12:30:49 +00:00
fragment SlimPerformerData on Performer {
id
name
gender
2019-02-09 12:30:49 +00:00
image_path
2020-10-24 03:31:39 +00:00
stash_ids {
endpoint
stash_id
}
2019-02-09 12:30:49 +00:00
}