Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ravi_Joshi ,
AEMaaCS provides OOTB Graphql API support for Content Fragments.
Recently it is also enabled in AEM 6.5 SP 10.
I think GraphQL support is availble for Content Fragments now
Hi @Ravi_Joshi ,
AEMaaCS provides OOTB Graphql API support for Content Fragments.
Recently it is also enabled in AEM 6.5 SP 10.
Hi Kishore,
That is correct. But I was thinking about an custom implementation to expose AEM page content over graphQL. Any thoughts on that ?
Thanks
Ravi Joshi
Hi @Ravi_Joshi ,
Did you manage to solve this? I think AEM still doesn't provide GraphQL endpoint for Assets, does it?
Have you written your custom implementation?
Thanks!
Hi @Abie ,
Please find the GitHub URL. This implementation is really helpful.
https://github.com/zheng4uga/AEM-GraphQL
For exposing the query results as a service we can use sling exporter which can accept the graphQL query as a request parameter and process it.
Please do let me know if there is anything.
Thanks,
Ravi
Thanks @Ravi_Joshi