Fixed seed files for stand-alone channel entities.
This commit is contained in:
@@ -32,6 +32,7 @@ function initEntitiesActions(store, _router) {
|
||||
name
|
||||
slug
|
||||
url
|
||||
hasLogo
|
||||
children: childEntities(
|
||||
orderBy: [PRIORITY_DESC, NAME_ASC],
|
||||
) {
|
||||
@@ -41,6 +42,7 @@ function initEntitiesActions(store, _router) {
|
||||
url
|
||||
type
|
||||
priority
|
||||
hasLogo
|
||||
}
|
||||
parent {
|
||||
id
|
||||
@@ -48,6 +50,7 @@ function initEntitiesActions(store, _router) {
|
||||
slug
|
||||
type
|
||||
url
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
connection: releasesConnection(
|
||||
@@ -143,6 +146,7 @@ function initEntitiesActions(store, _router) {
|
||||
slug
|
||||
type
|
||||
url
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
`, {
|
||||
@@ -167,11 +171,13 @@ function initEntitiesActions(store, _router) {
|
||||
slug
|
||||
type
|
||||
url
|
||||
hasLogo
|
||||
parent {
|
||||
name
|
||||
slug
|
||||
type
|
||||
url
|
||||
hasLogo
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user