This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a5e684f  Link to Relay Connections
a5e684f is described below

commit a5e684fb476f9c43d44f337a84507a4bebd33ec1
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed May 26 15:33:40 2021 +0200

    Link to Relay Connections
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f14fa53..3eddfd5 100644
--- a/README.md
+++ b/README.md
@@ -227,7 +227,9 @@ The 
[QueryDataFetcherComponent](./src/test/java/org/apache/sling/graphql/core/mo
     }
 
 The above data fetcher code produces the following output, with the 
`GenericConnection` helper taking
-care of the pagination logic and of generating the required data:
+care of the pagination logic and of generating the required data. This follows 
the
+[Relay Connections](https://relay.dev/graphql/connections.htm) specification, 
which some GraphQL clients
+should support out of the box.
 
     {
       "data": {

Reply via email to