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

7 lines
78 B
GraphQL

fragment SlimPerformerData on Performer {
id
name
gender
image_path
}