Skip to content

[Atwix] CMS Hierarchy child pages URL Key response #30474

Closed
@magento-engcom-team

Description

@magento-engcom-team

ISSUE:

GrapghQL URL Resolver not working for CMS Hierarchy

STEPS TO REPLICATE:

  • Create new nodes for page hierarchy (ex: Name: Graph Parent, URL: graph-parent)
  • Add a CMS page to the node created. You can see "test page" CMS page is assigned to the "Graph Parent" node. 
  • This CMS page can be accessed from browser without any issue using this URL "graph-parent/test-page"

!image-2020-07-21-10-43-03-444.png|width=321,height=343!

{
  urlResolver(url: "graph-parent/test-page") {
    id
    relative_url
    redirectCode
    type
  }
}

ACTUAL RESULTS:

{
  "data": {
    "urlResolver": null
  }
}

 

EXPECTED RESULTS:

Resolved URL data should be returned

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions