Added some missing bio data to actor GraphQL endpoint. Changed enhanced boobs to fake tits on tag overview.

This commit is contained in:
2026-07-07 03:10:54 +02:00
parent 8b716aeb97
commit 5ae102071b
2 changed files with 11 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ const tagSlugs = {
'black',
'latina',
'white',
'natural-boobs',
'enhanced-boobs',
'natural-tits',
'fake-tits',
'blonde',
'brunette',
'redhead',

View File

@@ -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