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

Articles

Enhancing Security in Your GraphQL APIs: A Guide to Response Mapping Templates with AWS AppSync and AWS CDK

In this article, Rushi Patel explores an essential aspect of GraphQL API security by delving into response mapping templates with AWS AppSync. They provide practical insights and guidance for developers looking to bolster their API's security and enhance data protection in an accessible, informative manner.

Compiling GraphQL for optimal performance: going beyond Dataloader

Akshaya Acharya from Hasura takes a deep dive into optimizing GraphQL performance by going beyond the traditional DataLoader approach. They share valuable insights and strategies for developers aiming to achieve optimal performance in their GraphQL APIs. If you're looking to enhance the efficiency of your GraphQL queries, this read offers practical advice and thoughtful considerations.

GraphQL as a (sort of) programming language

Leonardo Losoviz explores the concept of GraphQL as a versatile, almost programming language-like tool. They dive into the unique characteristics that make GraphQL an appealing choice for developers and discuss its potential applications in various scenarios. If you're curious about how GraphQL can be more than just a data query language, this article provides valuable insights and a fresh perspective.

Events

GraphQL Day on December 8th in Paris

In collaboration with Apidays Paris, the GraphQL Foundation is hosting a GraphQL Day in Paris on December 8th. In 2023, it is expected that you need APIs to do business. Not only have APIs become a necessity for application customers to streamline operations across their business and product suite, they have also become an integral part of product development, business strategy, and scalability. Apidays democratizes and evangelizes the use and the opportunity of APIs for corporations and businesses.

GraphQL Singapore Meetup, November 15th

The Singapore GraphQL Meetup is back on 15th Nov after a long break! Featuring talks by @dan_starns and @adammalone followed by dinner. Register or submit a talk here

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.