Fixed movie GraphQL to include logo status.

This commit is contained in:
DebaucheryLibrarian
2021-02-02 03:52:15 +01:00
parent 0b7d7e0602
commit 5988e9b1a8

View File

@@ -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
} }
} }
} }