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',
|
'black',
|
||||||
'latina',
|
'latina',
|
||||||
'white',
|
'white',
|
||||||
'natural-boobs',
|
'natural-tits',
|
||||||
'enhanced-boobs',
|
'fake-tits',
|
||||||
'blonde',
|
'blonde',
|
||||||
'brunette',
|
'brunette',
|
||||||
'redhead',
|
'redhead',
|
||||||
|
|||||||
@@ -90,24 +90,32 @@ export const actorsSchema = `
|
|||||||
id: Int!
|
id: Int!
|
||||||
name: String
|
name: String
|
||||||
slug: String
|
slug: String
|
||||||
|
allowGlobalMatch: Boolean
|
||||||
gender: String
|
gender: String
|
||||||
dateOfBirth: Date
|
dateOfBirth: Date
|
||||||
|
dateOfDeath: Date
|
||||||
age: Int
|
age: Int
|
||||||
ageFromBirth: Int
|
ageFromBirth: Int
|
||||||
ageThen: Int
|
ageThen: Int
|
||||||
origin: Location
|
origin: Location
|
||||||
residence: Location
|
residence: Location
|
||||||
|
ethnicity: String
|
||||||
height: Int
|
height: Int
|
||||||
bust: String
|
bust: String
|
||||||
hip: Int
|
hip: Int
|
||||||
waist: Int
|
waist: Int
|
||||||
naturalBoobs: Boolean
|
naturalBoobs: Boolean
|
||||||
|
naturalButt: Boolean
|
||||||
|
penisLength: Int
|
||||||
|
penisGirth: Int
|
||||||
|
isCircumcised: Boolean
|
||||||
eyes: String
|
eyes: String
|
||||||
hairColor: String
|
hairColor: String
|
||||||
hasPiercings: Boolean
|
|
||||||
hasTattoos: Boolean
|
hasTattoos: Boolean
|
||||||
tattoos: String
|
tattoos: String
|
||||||
|
hasPiercings: Boolean
|
||||||
piercings: String
|
piercings: String
|
||||||
|
agency: String
|
||||||
entity: Entity
|
entity: Entity
|
||||||
aliases: [Actor!]!
|
aliases: [Actor!]!
|
||||||
scenes: Int
|
scenes: Int
|
||||||
|
|||||||
Reference in New Issue
Block a user