Fix some more routing related things

This commit is contained in:
itsfinniii
2026-03-15 13:06:30 +01:00
parent 4f3cc40041
commit bc11be5669
5 changed files with 78 additions and 1 deletions

View 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
}
}
}