About 684 results
Open links in new tab
  1. GraphQL | A query language for your API

    GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to …

  2. Introduction to GraphQL

    GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you define for your data. The GraphQL specification was open-sourced in 2015 …

  3. Queries - GraphQL

    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 …

  4. Schemas and Types | GraphQL

    Depending on what library is selected to build a GraphQL service, we can define a schema in a language-agnostic way using SDL or by compiling the schema from the code that provides …

  5. Thinking in Graphs | GraphQL

    With GraphQL, you model your business domain as a graph by defining a schema; within your schema, you define different types of nodes and how they connect/relate to one another. On …

  6. GraphQL Best Practices

    GraphQL Best Practices. The GraphQL specification is intentionally silent on a handful of important issues facing APIs such as dealing with the network, authorization, and pagination.

  7. Common HTTP Errors and How to Debug Them | GraphQL

    Jun 19, 2025 · This guide outlines common HTTP and GraphQL errors, what they mean, and how to debug them effectively. It follows the recommendations of the GraphQL over HTTP spec …

  8. Getting Started - 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. …

  9. Subscriptions | GraphQL

    In addition to reading and writing data using stateless query and mutation operations, the GraphQL specification also describes how to receive real-time updates via long-lived requests. …

  10. Tools and Libraries - GraphQL

    graphql-go-tools implements all basic blocks for building GraphQL Servers, Gateways and Proxy Servers. From lexing, parsing, validation, normalization, all the way up to query planning and …

Refresh