About 72 results
Open links in new tab
  1. Queries - GraphQL

    We have already seen several examples of basic queries in this guide, and on this page, you’ll learn in detail how to use the various features of query operations to read data from a server.

  2. Learn - GraphQL

    Understand how to structure GraphQL queries to request exactly the data you need — including fields, variables and fragments. Explore how to modify data with mutations, including how to update and …

  3. Schemas and Types | GraphQL

    Because the shape of a GraphQL query closely matches the result, we can predict what the query will return without knowing that much about the server. But it’s useful to have an exact description of the …

  4. Execution - GraphQL

    To describe what happens when a query is executed, let’s walk through an example:

  5. GraphQL | A query language for your API

    Send a GraphQL query to your API and get precisely the data you request — no over-fetching, no under-fetching. Predictable responses keep apps efficient and performant.

  6. Introduction to GraphQL

    The examples in this guide are based on a modified version of the SWAPI GraphQL schema. Because these queries are designed for illustrative purposes, they will not run on the full version of the SWAPI …

  7. Subscriptions | GraphQL

    On this page, we’ll explore how clients can subscribe to details of events on a GraphQL server using subscription operations. Many of the features of GraphQL operations that apply to queries also apply …

  8. Serving over HTTP - GraphQL

    When receiving an HTTP GET request, the GraphQL document should be provided in the query parameter of the query string. For example, if we wanted to execute the following GraphQL query:

  9. Mutations - GraphQL

    On this page, you’ll learn how to use mutation operations to write data using GraphQL, and do so in a way that supports client use cases. All of the features of GraphQL operations that apply to queries …

  10. C# / .NET | Tools and Libraries | GraphQL

    A GraphQL library for .NET Core. Easily expose you data model as a GraphQL API or bring together multiple data sources into a single GraphQL schema.