create index for graphql query | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Avinash_Gupta_

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-api/persisted-queries.html?lang=en 

2 replies

Kishore_Kumar_
New Participant
January 26, 2023

Hi @ravir73578276 ,

 

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

 

 

Avinash_Gupta_
Avinash_Gupta_Accepted solution
New Participant
January 26, 2023

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-api/persisted-queries.html?lang=en