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