Update some metadata for the photo category page
This commit is contained in:
17
astro/src/graphql/photos/getCategory.graphql
Normal file
17
astro/src/graphql/photos/getCategory.graphql
Normal file
@@ -0,0 +1,17 @@
|
||||
query getAllCategories($url: String!) {
|
||||
Photo_Categories(filter: { status: { _eq: "published" }, url: { _eq: $url } }) {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
status,
|
||||
title,
|
||||
url,
|
||||
thumbnail {
|
||||
id,
|
||||
created_on,
|
||||
filename_disk,
|
||||
width,
|
||||
height
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user