A weekly newsletter of the best news, articles and projects about GraphQL

Slides

GraphQL in Apache Sling - but isn't it the opposite of REST?

In this talk at ApacheCon, Bertrand Delacretaz talks about how GraphQL can be used in Apache Sling. He goes into detail about data fetching, performance, caching, and more. Follow along with the slides from Bertrand's talk to find out more about how you can use Apache Sling and GraphQL together.

Feeling nerdy? Query issues of GraphQL Weekly, with GraphQL itself!
Powered by the GraphQL Playground
Enter a query
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  allIssues {
    id
    title
    published
    number
    date
    author {
      avatarUrl
      description
      name
    }
  }
}
or press CMD + Enter
Result
Curated by Stellate, and the awesome GraphQL community.