From 5ae102071bc6e1a30f602b0a57d26071e2e4175b Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 7 Jul 2026 03:10:54 +0200 Subject: [PATCH] Added some missing bio data to actor GraphQL endpoint. Changed enhanced boobs to fake tits on tag overview. --- pages/tags/+onBeforeRender.js | 4 ++-- src/web/actors.js | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/tags/+onBeforeRender.js b/pages/tags/+onBeforeRender.js index 4c37b51..3ab989e 100644 --- a/pages/tags/+onBeforeRender.js +++ b/pages/tags/+onBeforeRender.js @@ -24,8 +24,8 @@ const tagSlugs = { 'black', 'latina', 'white', - 'natural-boobs', - 'enhanced-boobs', + 'natural-tits', + 'fake-tits', 'blonde', 'brunette', 'redhead', diff --git a/src/web/actors.js b/src/web/actors.js index 158dfd6..cf0016f 100644 --- a/src/web/actors.js +++ b/src/web/actors.js @@ -90,24 +90,32 @@ export const actorsSchema = ` id: Int! name: String slug: String + allowGlobalMatch: Boolean gender: String dateOfBirth: Date + dateOfDeath: Date age: Int ageFromBirth: Int ageThen: Int origin: Location residence: Location + ethnicity: String height: Int bust: String hip: Int waist: Int naturalBoobs: Boolean + naturalButt: Boolean + penisLength: Int + penisGirth: Int + isCircumcised: Boolean eyes: String hairColor: String - hasPiercings: Boolean hasTattoos: Boolean tattoos: String + hasPiercings: Boolean piercings: String + agency: String entity: Entity aliases: [Actor!]! scenes: Int