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 bc77bab  Link to useful Apollo docs
bc77bab is described below

commit bc77baba8be473237ea76caf7a1c85887e1c14ed
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Jun 3 12:55:19 2020 +0200

    Link to useful Apollo docs
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9d695bf..4af0cb1 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ schemas dynamically, taking request selectors into account.
 
 The GraphQL schemas used by this module can be enhanced using
 [schema directives](http://spec.graphql.org/June2018/#sec-Language.Directives)
+(see also the [Apollo 
docs](https://www.apollographql.com/docs/graphql-tools/schema-directives/) for 
how those work)
 that select specific `DataFetcher` to return the appropriate data.
 
 A default `DataFetcher` is used for types and fields which have no such 
annotation.
@@ -90,4 +91,4 @@ selects a specific fetcher from that source.
 
 The `<options>` and `<source>` arguments of the directive are used by some of 
those
 `DataFetcher` according to their own specification. See this module's tests
-for examples.
\ No newline at end of file
+for examples.

Reply via email to