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
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue