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