Support album-based photo lookup & routing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
query getPhotos {
|
||||
Photo_Albums(sort: ["-start_date", "-date_created"], filter: { status: { _eq: "published" }, url: { _eq: "/mirai-nexus-2026" }, category: { Photo_Categories_id: { status: { _eq: "published" } } } }) {
|
||||
query getPhotos($albumUrl: String!) {
|
||||
Photo_Albums(sort: ["-start_date", "-date_created"], filter: { status: { _eq: "published" }, url: { _eq: $albumUrl }, category: { Photo_Categories_id: { status: { _eq: "published" } } } }) {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
|
||||
Reference in New Issue
Block a user