About 78 results
Open links in new tab
  1. GraphQL | The query language for modern APIs

    GraphQL is an open‑source query language for APIs and a server‑side runtime. It provides a strongly‑typed schema to define relationships between data, making APIs more flexible and predictable.

  2. Learn - GraphQL

    Learn how GraphQL federation enables modular, scalable APIs by composing services into a unified schema. Learn about common 'graphql-http' errors and how to debug them. Show more Tutorials …

  3. Queries - GraphQL

    Queries Learn how to fetch data from a GraphQL server GraphQL supports three main operation types—queries, mutations, and subscriptions. We have already seen several examples of basic …

  4. Schemas and Types | GraphQL

    Schemas and Types Learn about the different elements of the GraphQL type system The GraphQL type system describes what data can be queried from the API. The collection of those capabilities is …

  5. Introduction to GraphQL

    Introduction to GraphQL Learn about GraphQL, how it works, and how to use it GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you …

  6. Getting Started - GraphQL

    Getting Started Why should I use GraphQL? It depends on your use case, but in general, GraphQL has a few key features that stand out. For example, GraphQL enables you to: Aggregate data from …

  7. Tools and Libraries | GraphQL

    A collection of tools and libraries for GraphQL Apache APISIX is a dynamic, real-time, high-performance API gateway providing rich traffic management features such as load balancing, dynamic upstream, …

  8. Training Courses - GraphQL

    Feb 27, 2026 · Training Courses A number of GraphQL training courses are available: GraphQL-JS tutorial Yoga GraphQL Server Tutorial: Open source tutorial for creating modern GraphQL Servers in …

  9. FAQ - GraphQL

    GraphQL is a specification typically used for remote client-server communications. Unlike SQL, GraphQL is agnostic to the data source(s) used to retrieve data and persist changes. Accessing and …

  10. GraphiQL 4.1 is Released | GraphQL

    May 30, 2025 · I’m thrilled to announce the release of GraphiQL 4.1! 🎉 Thanks to funding from the GraphQL Foundation, I’m working on migrating GraphiQL to the Monaco code editor — a long …