How to add /content/cq:graphql to the vault package
Adobe Experience Manager 2022.11.9850.20221116T162329Z-220900
I am trying to include the GraphQL endpoint in my content package. I have the path in the filter.xml of my maven project but when I attempt to build, I am getting a jackrabbit validation error.
[ERROR] ValidationViolation: "jackrabbit-filter: Node '/content/cq:graphql' is not contained in any of the filter rules", filePath=jcr_root\content\_cq_graphql\.content.xml
[ERROR] ValidationViolation: "jackrabbit-filter: Node '/content/cq:graphql/myproject' is not contained in any of the filter rules", filePath=jcr_root\content\_cq_graphql\myproject\.content.xml
The filter in the filter.xml is as follows:
<filter root="/content/_cq_graphql"/>
What do I need to do extra to get this to build?
Thanks in advance.