내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Graphql pagination and sorting feature support

Avatar

Level 3

Hy, I see from documentation that AEM now supports pagination and sorting features in graphql.

But I am unable to find for which version of standalone AEM this feature is available?

ravir73578276_0-1672724567901.pngravir73578276_1-1672724601114.png

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

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.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

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.

Avatar

Level 2

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"
}
}
]
}

avvidya931_0-1674130848969.png