在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
。
-
瀏覽至 網頁主控台組態 UI >搜尋 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
值進行對應的變更。