Querying routes
Performing a basic route query
query {
route(path: "/node/1") {
alias
}
}{
"data": {
"route": {
"alias": "/my-node-path-alias"
}
}
}Getting context information from a route query
Last updated
Was this helpful?