Error in GraphQL Query using offset and limit | Community
Skip to main content
mayank0928
Level 3
March 10, 2023
Solved

Error in GraphQL Query using offset and limit

  • March 10, 2023
  • 2 replies
  • 1441 views

Hi Everyone, 

 

AEM Version: AEM 6.5.15

 

I'm getting an error when trying to include offset and limit in a query, referring to the Adobe Documentation for the sample query, but it's still throwing an error that the parameter doesn't exist. Does anyone know about this?

 

It would be a great help!
Thanks in advance

 

 

 

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 lukasz-m

Hi @mayank0928,

I am afraid this is not supported yet in on premise AEM 6.5.x, and 6.5.15 is not an exception. I am assuming you are referring to below documentation that is describing offset and limit parameters:

Above documentation is AEM as a Cloud Service version, and there is no feature parity between on premise an cloud version of AEM. Base on AEM as a Cloud Service release notes, offset and limit parameters have been added in the latest AEM as a Cloud Service, as part of prerelesae feature.

Summarizing, if you want to use offset and limit parameters in AEM 6.5.x you will need to wait until this will be supported. You can follow release notes and SP roadmap, to get idea when potentially this you could be delivered. Additionally you can contact Adobe Customer Success Manager/Engineer that is dedicated to your project, and ask if he/she can provide you specific date, SP version that will include this feature.

2 replies

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
March 10, 2023

Hi @mayank0928,

I am afraid this is not supported yet in on premise AEM 6.5.x, and 6.5.15 is not an exception. I am assuming you are referring to below documentation that is describing offset and limit parameters:

Above documentation is AEM as a Cloud Service version, and there is no feature parity between on premise an cloud version of AEM. Base on AEM as a Cloud Service release notes, offset and limit parameters have been added in the latest AEM as a Cloud Service, as part of prerelesae feature.

Summarizing, if you want to use offset and limit parameters in AEM 6.5.x you will need to wait until this will be supported. You can follow release notes and SP roadmap, to get idea when potentially this you could be delivered. Additionally you can contact Adobe Customer Success Manager/Engineer that is dedicated to your project, and ask if he/she can provide you specific date, SP version that will include this feature.

Level 2
April 27, 2023

You have to install AEM version v2023.4.11835.20230414T234523Z-230200 since it is the one with that change incorporated