Hi All,
Can some one help me with below issue.
GraphQl persisted query endpoints aren't working in the publisher for me. To give an example when I hit below url to fetch list of all persisted queries . I get bundle name instead of query list. This issue is seen on publisher.
https://<aemhost:port>/graphql/list.json
{
"sling:resourceSuperType": "sling/bundle/resource",
"servletClass": "com.adobe.aem.graphql.impl.servlet.PersistedQueryServlet",
"sling:resourceType": "/graphql/list.servlet",
"servletName": "com.adobe.aem.graphql.impl.servlet.PersistedQueryServlet"
}
Regards,
Priya