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

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


    from 2e6e9cb  Server-side aggregation using GraphQL queries and DataFetcher
     new b67a919  Map .rawjson to the default GET servlet and use .json for our 
queries
     new f4e3458  Add tag queries driven by server-side GraphQL

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 org.apache.sling.graphql.samples.website/pom.xml   |   6 ++
 .../{ValueMapDataFetcher.java => ArticleRef.java}  |  32 +++---
 .../website/SamplesDataFetcherProvider.java        |   2 +
 .../samples/website/SeeAlsoDataFetcher.java        |  19 ----
 .../samples/website/TagQueryDataFetcher.java       |  72 +++++++++++++
 .../graphql/samples/website/TagsResource.java      | 118 +++++++++++++++++++++
 .../samples/website/TagsResourceProvider.java      |  50 +++++++++
 .../samples/article/{gql.json.gql => json.gql}     |   0
 .../apps/samples/{article => tag}/GQLschema.jsp    |  17 +--
 .../samples/{article/gql.json.gql => tag/json.gql} |  13 +--
 .../content/graphql-website-demo.html              |  11 +-
 .../features/feature-graphql-example-website.json  |   5 +
 12 files changed, 288 insertions(+), 57 deletions(-)
 copy 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/{ValueMapDataFetcher.java
 => ArticleRef.java} (64%)
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/TagQueryDataFetcher.java
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/TagsResource.java
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/TagsResourceProvider.java
 copy 
org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/{gql.json.gql
 => json.gql} (100%)
 copy 
org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/{article
 => tag}/GQLschema.jsp (83%)
 rename 
org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/{article/gql.json.gql
 => tag/json.gql} (92%)

Reply via email to