forked from DebaucheryLibrarian/traxxx
Refactored deep and store modules to use entities.
This commit is contained in:
@@ -45,6 +45,7 @@ async function mounted() {
|
||||
'double-penetration',
|
||||
'facial',
|
||||
'creampie',
|
||||
'squirting',
|
||||
],
|
||||
appearance: [
|
||||
'asian',
|
||||
@@ -100,6 +101,7 @@ async function mounted() {
|
||||
],
|
||||
misc: [
|
||||
'gaping',
|
||||
'squirting',
|
||||
'oil',
|
||||
],
|
||||
};
|
||||
|
||||
@@ -57,7 +57,7 @@ function initActorActions(store, _router) {
|
||||
description
|
||||
createdAt
|
||||
updatedAt
|
||||
network {
|
||||
network: entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
@@ -80,12 +80,7 @@ function initActorActions(store, _router) {
|
||||
profiles: actorsProfiles {
|
||||
description
|
||||
descriptionHash
|
||||
network {
|
||||
id
|
||||
slug
|
||||
name
|
||||
}
|
||||
site {
|
||||
network: entity {
|
||||
id
|
||||
slug
|
||||
name
|
||||
@@ -162,12 +157,12 @@ function initActorActions(store, _router) {
|
||||
${releaseActorsFragment}
|
||||
${releaseTagsFragment}
|
||||
${releasePosterFragment}
|
||||
site {
|
||||
site: entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
url
|
||||
network {
|
||||
network: parent {
|
||||
id
|
||||
name
|
||||
slug
|
||||
@@ -265,7 +260,7 @@ function initActorActions(store, _router) {
|
||||
dateOfBirth
|
||||
dateOfDeath
|
||||
gender
|
||||
network {
|
||||
network: entity {
|
||||
id
|
||||
name
|
||||
slug
|
||||
|
||||
Reference in New Issue
Block a user