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

Articles

The truth about scaling Automatic Persisted Queries

Tushar delves into the practical aspects of scaling automatic persisted queries in this article. Exploring both benefits and challenges, the discussion provides valuable insights into optimizing query performance and data persistence. The reader can expect a balanced examination of this approach, shedding light on its real-world implications.

Securing and Managing GraphQL Services: A Guide to Inigo’s Security and Error Handling Features

In this article, readers will navigate the realm of securing and managing GraphQL services, focusing on Inigo's security and error handling features. Andrew offers practical insights into implementing safeguards and effective error handling within GraphQL setups. Expect a pragmatic exploration of strategies to bolster security and enhance user experience while using Inigo's toolkit.

Mastering the Realm of GraphQL Exploitation

Embark on a journey into the world of GraphQL exploitation through this article. The author sheds light on the intricacies of identifying and mitigating vulnerabilities within GraphQL implementations. With a pragmatic approach, readers will better understand potential security risks and the necessary steps to fortify their GraphQL applications. Expect a balanced exploration of real-world examples and effective defense mechanisms for a comprehensive grasp of the subject.

Introduction to Neo4j & GraphQL

Navigate the fundamentals of GraphQL through this comprehensive online course. The curriculum offered by Neo4j's Graph Academy provides a structured learning experience for grasping the core concepts of GraphQL. Learners can expect a balanced blend of theoretical knowledge and hands-on exercises, equipping them with the skills to effectively build and query GraphQL APIs. Explore the intricacies of data modeling, querying, and more in this informative learning journey.

Tools & Open Source

Introducing SpectaQL 2.0 - an even more powerful, easy way to autogenerate GraphQL API documentation

Dive into the latest advancements in API documentation with this article. The author explores SpectaQL 2.0, shedding light on its features and enhancements. Readers can expect an insightful analysis of how this tool simplifies generating documentation for GraphQL APIs. With practical examples and a pragmatic approach, the article provides a valuable resource for engineers seeking efficient methods to document and communicate their APIs effectively.

ShieldQL — a GraphQL security solution

Explore ShieldQL, a GraphQL security solution, in this informative article. The author takes a pragmatic approach to dissecting its features and benefits, offering readers a nuanced understanding of how ShieldQL enhances the security landscape for GraphQL APIs. With real-world insights and practical examples, the article provides valuable insights for developers looking to bolster the protection of their GraphQL endpoints.

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.