Graphql pagination and sorting feature support | 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 lukasz-m

Hi @ravir73578276,

If by standalone you mean AEM 6.5.x, I am afraid it is not supported by this version of AEM yet. Please check AEM 6.5 documentation, sorting and paging options are not included in it, below link for reference

For AEM 6.5 I would suggest to track list of changes in release notes of future SPs.

In case of AEM as a Cloud Service it supports pagination and sort, however I would recommend to use latest SDK version to be sure this option is available. Documentation you are referring to via screen shots is for AEM as a Cloud Service:

You can compare both above documentation to see the difference in terms of available features.

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
January 3, 2023

Hi @ravir73578276,

If by standalone you mean AEM 6.5.x, I am afraid it is not supported by this version of AEM yet. Please check AEM 6.5 documentation, sorting and paging options are not included in it, below link for reference

For AEM 6.5 I would suggest to track list of changes in release notes of future SPs.

In case of AEM as a Cloud Service it supports pagination and sort, however I would recommend to use latest SDK version to be sure this option is available. Documentation you are referring to via screen shots is for AEM as a Cloud Service:

You can compare both above documentation to see the difference in terms of available features.

Level 2
January 19, 2023

I'm using the latest AEM as a cloud service SDK and I don't think sorting and pagination is supported yet and it gives the below error. Do you have any other documents that support the above said.

{
"errors": [
{
"message": "Validation error of type UnknownArgument: Unknown field argument limit @ 'authorList'",
"locations": [
{
"line": 2,
"column": 15
}
],
"extensions": {
"classification": "ValidationError"
}
}
]
}