Added some missing bio data to actor GraphQL endpoint. Changed enhanced boobs to fake tits on tag overview.
This commit is contained in:
@@ -24,8 +24,8 @@ const tagSlugs = {
|
||||
'black',
|
||||
'latina',
|
||||
'white',
|
||||
'natural-boobs',
|
||||
'enhanced-boobs',
|
||||
'natural-tits',
|
||||
'fake-tits',
|
||||
'blonde',
|
||||
'brunette',
|
||||
'redhead',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user