How can we create index for Graphql persistent query?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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:-
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:-
Hi @ravir73578276 ,
For CF GraphQL, we can use below highlighted package for indexing. It is available in software distributed portal.
Views
Likes
Replies