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