Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

create index for graphql query

Avatar

Level 3

How can we create index for Graphql persistent query?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @ravir73578276 

 

Unfortunately, I don't think there is any OOB mechanism available to index the graphQL queries. You can persist the queries and cache it at the dispatcher and CDN layer which will ultimately improve the performance of the requesting client application.

 

Kindly refer to the following link that will provide you more insights:-

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-ap... 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @ravir73578276 

 

Unfortunately, I don't think there is any OOB mechanism available to index the graphQL queries. You can persist the queries and cache it at the dispatcher and CDN layer which will ultimately improve the performance of the requesting client application.

 

Kindly refer to the following link that will provide you more insights:-

 

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-ap... 

Avatar

Level 10

Hi @ravir73578276 ,

 

For CF GraphQL, we can use below highlighted package for indexing. It is available in software distributed portal.

 

Kishore_Kumar__0-1674726713710.png