Fix some more routing related things
This commit is contained in:
17
astro/src/graphql/photos/getCategories.graphql
Normal file
17
astro/src/graphql/photos/getCategories.graphql
Normal file
@@ -0,0 +1,17 @@
|
||||
query getAllCategories {
|
||||
Photo_Categories(filter: { status: { _eq: "published" } }) {
|
||||
id,
|
||||
date_created,
|
||||
date_updated,
|
||||
status,
|
||||
title,
|
||||
url,
|
||||
thumbnail {
|
||||
id,
|
||||
created_on,
|
||||
filename_download,
|
||||
width,
|
||||
height
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user