forked from DebaucheryLibrarian/traxxx
Fixed search graphql query for S3.
This commit is contained in:
@@ -51,6 +51,7 @@ function initUiActions(_store, _router) {
|
|||||||
name
|
name
|
||||||
url
|
url
|
||||||
type
|
type
|
||||||
|
independent
|
||||||
parent {
|
parent {
|
||||||
id
|
id
|
||||||
slug
|
slug
|
||||||
@@ -78,6 +79,7 @@ function initUiActions(_store, _router) {
|
|||||||
id
|
id
|
||||||
thumbnail
|
thumbnail
|
||||||
lazy
|
lazy
|
||||||
|
isS3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
covers: releasesCovers {
|
covers: releasesCovers {
|
||||||
@@ -85,6 +87,7 @@ function initUiActions(_store, _router) {
|
|||||||
id
|
id
|
||||||
thumbnail
|
thumbnail
|
||||||
lazy
|
lazy
|
||||||
|
isS3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user