forked from DebaucheryLibrarian/traxxx
Combined scene and movie components.
This commit is contained in:
@@ -92,6 +92,7 @@ function initReleasesActions(store, _router) {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -123,6 +124,7 @@ function initReleasesActions(store, _router) {
|
||||
actors {
|
||||
id
|
||||
name
|
||||
slug
|
||||
age
|
||||
dateOfBirth
|
||||
birthCountry: countryByBirthCountryAlpha2 {
|
||||
@@ -142,6 +144,7 @@ function initReleasesActions(store, _router) {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
}
|
||||
}
|
||||
trailer: moviesTrailerByMovieId {
|
||||
@@ -160,6 +163,21 @@ function initReleasesActions(store, _router) {
|
||||
slug
|
||||
name
|
||||
}
|
||||
photos {
|
||||
id
|
||||
index
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
thumbnail
|
||||
lazy
|
||||
path
|
||||
comment
|
||||
}
|
||||
}
|
||||
entity {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user