활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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.
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.
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"
}
}
]
}
조회 수
답글
좋아요 수