Added 'visible' property to entities. Added various Teen Core Club logos.
This commit is contained in:
@@ -47,6 +47,9 @@ function initEntitiesActions(store, _router) {
|
||||
type: {
|
||||
notEqualTo: "info"
|
||||
}
|
||||
visible: {
|
||||
equalTo: true
|
||||
}
|
||||
}
|
||||
) {
|
||||
nodes {
|
||||
|
||||
@@ -6,6 +6,7 @@ const siteFragment = `
|
||||
url
|
||||
type
|
||||
independent
|
||||
hasLogo
|
||||
parent {
|
||||
id
|
||||
name
|
||||
@@ -13,6 +14,7 @@ const siteFragment = `
|
||||
url
|
||||
type
|
||||
independent
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -25,6 +27,7 @@ const sitesFragment = `
|
||||
url
|
||||
type
|
||||
independent
|
||||
hasLogo
|
||||
parent {
|
||||
id
|
||||
name
|
||||
@@ -32,6 +35,7 @@ const sitesFragment = `
|
||||
url
|
||||
type
|
||||
independent
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -174,6 +178,7 @@ const releaseFields = `
|
||||
type
|
||||
shootId
|
||||
productionDate
|
||||
comment
|
||||
createdAt
|
||||
url
|
||||
${releaseActorsFragment}
|
||||
@@ -241,6 +246,7 @@ const releaseFragment = `
|
||||
createdAt
|
||||
shootId
|
||||
productionDate
|
||||
comment
|
||||
url
|
||||
${releaseActorsFragment}
|
||||
${releaseTagsFragment}
|
||||
|
||||
Reference in New Issue
Block a user