query NodeByUri($uri: String!) { nodeByUri(uri: $uri) @nonNull { __typename ... on Page { ...NodePage } ... on NodeWithRankMathSeo { seo @nonNull { ...NodeSeo } } } }