Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to install GraphQL in AEM 6.5

Avatar

Level 9

I want to setup GraphQL in AEM 6.5 for which I installed latest service pack that is 6.5.13. I read that GraphQL is included in 6.5.10+ But after installing 6.5.13 I can not access GraphQL interface. (http://localhost:4502/content/graphiql.html).  Below is the screenshot 

 

Mario248_1-1654248571552.png

 

 

 

I also tried to download and installed  cfm-graphql-index-def-1.0.5 from software distribution but no result. Can anyone tell me how to setup Graphql in aem AEM 6.5

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Mario248 

I'm using AEM 6.5.11 on local. Please download package from drive and install it via Package Manager and verify if everything is as its place through CRX/DE and if all good then visit http://localhost:4502/content/graphiql.html 

View solution in original post

9 Replies

Avatar

Level 9

No, I followed above article but it did not help. I have verified excluded conf in CSFR.

 

Mario248_0-1654248593108.png

 

 

Avatar

Community Advisor

Hi @Mario248 ,

Following Adobe documentation https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g... for Installing GraphiQL here works for me.

Screen Shot 2022-06-04 at 9.58.03 PM.png


You can download zip from below link and install it via Package Manager and verify if everything is as its place through CRX/DE.
https://drive.google.com/file/d/1hBgDlWTJnqSdZ4KAsS4rLgomiukVc7FY/view?usp=sharing

Hope that helps you!

Regards,
Santosh

Avatar

Level 9

Thank you for your response. The link and package you shared is for AEMaaCS but I am looking GraphQL for AEM 6.5

Avatar

Correct answer by
Community Advisor

@Mario248 

I'm using AEM 6.5.11 on local. Please download package from drive and install it via Package Manager and verify if everything is as its place through CRX/DE and if all good then visit http://localhost:4502/content/graphiql.html 

Avatar

Level 1

Hi Santosh,

I checked all packages available and package in the answer. All i could get is basic functionality to check and run query. Is there a package available that can provide persistence query option (Save as on graphql query editor). 

In addition, endpoints also dont work except /global endpoint in AEM 6.5 service pack 12. Please advise.