forked from DebaucheryLibrarian/traxxx
Fixed movie GraphQL to include logo status.
This commit is contained in:
parent
0b7d7e0602
commit
5988e9b1a8
|
@ -197,11 +197,13 @@ function initReleasesActions(store, router) {
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
type
|
type
|
||||||
|
hasLogo
|
||||||
parent {
|
parent {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
type
|
type
|
||||||
|
hasLogo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue