feat: useNodeSeo
This commit is contained in:
@@ -4,5 +4,10 @@ query NodeByUri($uri: String!) {
|
||||
... on Page {
|
||||
...NodePage
|
||||
}
|
||||
... on NodeWithRankMathSeo {
|
||||
seo @nonNull {
|
||||
...NodeSeo
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user