在AEM 6.5上安装GraphiQL IDE
在AEM 6.5中,必须手动安装GraphiQL IDE工具。
-
导航到 软件分发门户 > AEM as a Cloud Service。
-
搜索“GraphiQL”(请确保在 GraphiQL 中包含 i)。
-
下载最新的 GraphiQL Content Package v.x.x.x。
zip文件是可以直接安装的AEM包。
-
从AEM“开始”菜单中,导航到 工具 > 部署 > 包。
-
单击 上传软件包,然后选择在之前步骤中下载的软件包。单击 安装 可安装软件包。
-
导航到 CRXDE Lite > 存储库面板 >选择
/content/graphiql
节点(例如,http://localhost:4502/crx/de/index.jsp#/content/graphiql)。 -
在 属性 选项卡中,将
endpoint
属性的值更改为/content/_cq_graphql/wknd-shared/endpoint.json
。
-
导航到 Web控制台配置 用户界面>搜索 CSRF筛选器 配置(例如,http://localhost:4502/system/console/configMgr/com.adobe.granite.csrf.impl.CSRFFilter))
-
在
Excluded Paths
属性名称字段更新中,WKND GraphQL终结点路径为/content/cq:graphql/wknd-shared/endpoint
。
- 使用
//HOST:PORT/content/graphiql.html
访问GraphiQL编辑器,并确认您可以构造新查询或执行现有查询。 (如http://localhost:4502/content/graphiql.html)
endpoint
和Excluded Paths
值进行相应的更改。