Files
stash/graphql/documents/data/performer-slim.graphql
hiddenpants255 494b794228 Add gender support for performer (#371)
Co-authored-by: HiddenPants255 <>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-04-01 09:36:38 +11:00

7 lines
78 B
GraphQL

fragment SlimPerformerData on Performer {
id
name
gender
image_path
}