feat: Routes de l'arborescence
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s

This commit is contained in:
2025-09-15 14:38:14 -04:00
parent 0f00615f35
commit 4c3f0a26bf
14 changed files with 132 additions and 2 deletions

View File

@@ -5,5 +5,23 @@ query nodeByUri($uri: String!) {
... on Page {
...ThePage
}
... on Post {
...TheArticle
}
... on Event {
...TheEvent
}
... on Location {
...TheLocation
}
... on Membership {
...TheMembership
}
... on Project {
...TheProject
}
... on Resource {
...TheResource
}
}
}