fix: sort Credits locations alphabetically
This commit is contained in:
@@ -13,8 +13,8 @@ export const load = async ({ setHeaders }) => {
|
|||||||
credit (filter: { status: { _eq: "published" }}) {
|
credit (filter: { status: { _eq: "published" }}) {
|
||||||
name
|
name
|
||||||
website
|
website
|
||||||
location {
|
location (sort: "location_id.slug") {
|
||||||
location_id (filter: { status: { _eq: "published" }}) {
|
location_id (filter: { status: { _eq: "published" }}, sort: ["slug"]) {
|
||||||
name
|
name
|
||||||
slug
|
slug
|
||||||
country {
|
country {
|
||||||
|
|||||||
Reference in New Issue
Block a user