feat: useNodeSeo

This commit is contained in:
2026-03-26 14:56:38 -04:00
parent a3122d12c3
commit c9a9e03b60
4 changed files with 34 additions and 0 deletions

View File

@@ -4,5 +4,10 @@ query NodeByUri($uri: String!) {
... on Page {
...NodePage
}
... on NodeWithRankMathSeo {
seo @nonNull {
...NodeSeo
}
}
}
}