generated from pascalmartineau/wp-skeleton
feat: Routes de l'arborescence
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user