📣 GraphQL Conf Hackathon 2024 • September 10-12 • Win $5000 cash prize Know more →
Skip to main content

9 posts tagged with "API"

View All Tags

GraphQL vs OpenAPI: Part 1 of the API Comparison Series

· 14 min read
Cover Image for GraphQL vs OpenAPI: Part 1 of the API Comparison Series

In today's ever-evolving technological landscape, APIs play a crucial role in enabling software systems to communicate with each other. Among the myriad of API specifications available, GraphQL and OpenAPI stand out as prominent choices, each offering unique advantages and addressing different needs.

Design a GraphQL Schema So Good, It'll Make REST APIs Cry - Part 1

· 10 min read
Cover Image for Design a GraphQL Schema So Good, It'll Make REST APIs Cry - Part 1

Designing a robust, scalable GraphQL schema is critical for building production-ready APIs that can evolve with your application's needs. In this comprehensive guide, we'll walk through the process of crafting a GraphQL schema for a real-world application, highlighting best practices and considerations along the way.

If you are thinking how we could possibly cover all of the lovely intricacies associated with this topic in one go, you are right, we can't and so we are not! We have created an amazing series to take you through the nuances of working with GraphQL schemas.

Let's break our job into puzzle pieces. Let's start by simply creating designing a brand new schema!