generated from pascalmartineau/wp-skeleton
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 59s
9 lines
126 B
GraphQL
9 lines
126 B
GraphQL
query nodeByUri($uri: String!) {
|
|
nodeByUri(uri: $uri) {
|
|
__typename
|
|
id
|
|
... on Page {
|
|
...ThePage
|
|
}
|
|
}
|
|
} |