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

Articles

The MOIST Principle for GraphQL Schema Design

Marc-Andre Giroux shares practical insights on when to share types and when to duplicate them, challenging common GraphQL schema design patterns with real-world examples.

Why GraphQL is a serious alternative to the REST API [Q&A]

An interview with Pete Crocker from OpsMill breaks down why companies are moving from REST to GraphQL, covering real-world advantages, key technical differences, and ideal use cases for modern API development.

Using ChatGPT with Gato GraphQL just became more powerful

Gato GraphQL now allows sending structure data in our prompts to ChatGPT. This is useful to have ChatGPT process multiple pieces of data from the DB at once, such as when translating content.

Introducing GraphQL subscriptions to Hasura DDN

Hasura is excited to announce that Hasura Data Delivery Network (DDN) now offers GraphQL subscriptions, making it easy for developers to build real-time features into their applications. Simply connect to your data sources to instantly provision an API with default GraphQL subscriptions enabled on all models. Or, explicitly subscribe to specific models via metadata configuration. With GraphQL subscriptions in Hasura DDN, access control permissions are also automatically applied to subscribed changes.

Events

[Live Demo] Orchestrating OData APIs with Apollo Connectors in 30 minutes

Interested in a first-hand look of Apollo Connectors for REST APIs in action? Join Michael Watson, Head of Developer Relations at Apollo GraphQL, for a live 30-minute demo where he will walk you through combining OData with Apollo REST Connectors. See how to quickly build an API orchestration layer that leverages everything in OData but leaves the complexity behind and how Apollo Connectors can support your team in minutes. Click for registration and more details.

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.