You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/04/21 12:50:52 UTC

[sling-whiteboard] branch master updated: Update README.md

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-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 85e754d  Update README.md
85e754d is described below

commit 85e754d51fcd5855a1748bd8ecc3d4e61d1fb9ec
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Apr 21 14:50:42 2020 +0200

    Update README.md
---
 graphql-scripting/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphql-scripting/README.md b/graphql-scripting/README.md
index 2e3f8df..0476d15 100644
--- a/graphql-scripting/README.md
+++ b/graphql-scripting/README.md
@@ -53,6 +53,8 @@ A default `DataFetcher` is used for types and fields which have no `## fetch:` c
 This is **not yet implemented** at commit 25cbb95d, there's just a basic parser for the above
 fetch definitions.
 
+See also [@stefangrimm's comment](https://github.com/apache/sling-whiteboard/commit/0c9db2d0e202eb74b605e65da7bfe01b4a8818f8#commitcomment-38639195) about using the graphql-java's `DataFetcher` API  to collect these definitions.
+
 
 ## Multiple GraphQL endpoint styles