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 0c533bb  Link to servlet
     add 2e6e9cb  Server-side aggregation using GraphQL queries and DataFetcher

No new revisions were added by this update.

Summary of changes:
 org.apache.sling.graphql.samples.website/pom.xml   | 32 ++++++++
 .../website/SamplesDataFetcherProvider.java        | 46 +++++++++++
 .../samples/website/SeeAlsoDataFetcher.java        | 89 ++++++++++++++++++++++
 .../samples/website/ValueMapDataFetcher.java       | 33 ++++----
 .../apps/samples/article/GQLschema.jsp             | 50 ++++++++++++
 .../apps/samples/article/gql.json.gql              | 30 ++++++++
 .../content/graphql-website-demo.html              |  7 ++
 7 files changed, 274 insertions(+), 13 deletions(-)
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/SamplesDataFetcherProvider.java
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/SeeAlsoDataFetcher.java
 copy 
SlingModelPersist/src/test/java/org/apache/sling/models/persist/bean/BeanWithPathField.java
 => 
org.apache.sling.graphql.samples.website/src/main/java/org/apache/sling/graphql/samples/website/ValueMapDataFetcher.java
 (61%)
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/GQLschema.jsp
 create mode 100644 
org.apache.sling.graphql.samples.website/src/main/resources/SLING-INF/initial-content/apps/samples/article/gql.json.gql

Reply via email to