You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (Jira)" <ji...@apache.org> on 2021/06/24 13:18:00 UTC

[jira] [Resolved] (SLING-10541) Incorrect "Start cursor not found" error with empty result set

     [ https://issues.apache.org/jira/browse/SLING-10541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz resolved SLING-10541.
-----------------------------------------
    Resolution: Fixed

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)