generated from pascalmartineau/wp-skeleton
fix: GraphQL breadcrumbs and address
This commit is contained in:
@@ -2,6 +2,10 @@ query nodeByUri($uri: String!) {
|
||||
nodeByUri(uri: $uri) {
|
||||
__typename
|
||||
id
|
||||
breadcrumbs {
|
||||
label
|
||||
uri
|
||||
}
|
||||
... on Page {
|
||||
...ThePage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user