forked from DebaucheryLibrarian/traxxx
Fixed age query for release details.
This commit is contained in:
parent
03915110cf
commit
aa8f1bb6be
|
@ -46,6 +46,8 @@ const actorFields = `
|
||||||
slug
|
slug
|
||||||
birthdate: dateOfBirth
|
birthdate: dateOfBirth
|
||||||
age
|
age
|
||||||
|
ageFromBirth
|
||||||
|
dateOfBirth
|
||||||
gender
|
gender
|
||||||
avatar: avatarMedia {
|
avatar: avatarMedia {
|
||||||
id
|
id
|
||||||
|
|
|
@ -131,6 +131,7 @@ function initReleasesActions(store, router) {
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
age
|
age
|
||||||
|
ageFromBirth
|
||||||
dateOfBirth
|
dateOfBirth
|
||||||
birthCountry: countryByBirthCountryAlpha2 {
|
birthCountry: countryByBirthCountryAlpha2 {
|
||||||
alpha2
|
alpha2
|
||||||
|
|
Loading…
Reference in New Issue