OBJECT
type Illustration implements Node {id: ID! filename: String title: String description: String keywords: String cloudflareUID: String originalWidth: Int originalHeight: Int embedding: Map bodySystemID: ID bodyRegionID: ID raceID: ID ageGroupID: ID genderID: ID cameraViewID: ID createdAt: Time! updatedAt: Time! bodySystem: BodySystem bodyRegion: BodyRegion race: Race ageGroup: AgeGroup gender: Gender cameraView: CameraView coverForBodySystems: [BodySystem!] coverForBodyRegions: [BodyRegion!] }