[
https://issues.apache.org/jira/browse/SLING-10541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368852#comment-17368852
]
Bertrand Delacretaz edited comment on SLING-10541 at 6/24/21, 1:52 PM:
-----------------------------------------------------------------------
Fixed by
https://github.com/apache/sling-org-apache-sling-graphql-core/commit/de82d3b80f921515b3e901ee8dba38986de28161
and
https://github.com/apache/sling-org-apache-sling-graphql-core/commit/fcb5b60033806a9809eba0749859c1323463f912
was (Author: bdelacretaz):
Fixed by
https://github.com/apache/sling-org-apache-sling-graphql-core/commit/de82d3b80f921515b3e901ee8dba38986de28161
> Incorrect "Start cursor not found" error with empty result set
> --------------------------------------------------------------
>
> Key: SLING-10541
> URL: https://issues.apache.org/jira/browse/SLING-10541
> Project: Sling
> Issue Type: Improvement
> Components: GraphQL
> Affects Versions: GraphQL Core 0.0.10
> Reporter: Bertrand Delacretaz
> Assignee: Bertrand Delacretaz
> Priority: Minor
> Fix For: GraphQL Core 0.0.12
>
>
> It looks like [this
> test|https://github.com/apache/sling-org-apache-sling-graphql-core/blob/1e04736f83eeba222ca390cc80159a791e4c6935/src/main/java/org/apache/sling/graphql/helpers/GenericConnection.java#L114]
> in the GenericConnection class should not throw an exception if the result
> set is empty.
> Currently (to be confirmed by tests) an empty result set causes this
> exception to be thrown.
> {code:java}
> if(!inRange && limit > 0) {
> throw new SlingGraphQLException("Start cursor not found in supplied data:"
> + startAfter);
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)