graphql

5 posts tagged “graphql”.

  1. 2025
  2. GraphQL fragments

    One of the scripts that builds and deploys datasette.io uses a GraphQL query to retrieve information from GitHub about the repositories used for the various Datasette tools and plugins.

    1 min read
  3. 2024
  4. Bulk fetching repository details with the GitHub GraphQL API

    I wanted to be able to fetch details of a list of different repositories from the GitHub GraphQL API by name in a single operation.

    1 min read
  5. get-graphql-schema

    The GraphQL schema language is a concise way to represent the available schema provided by a GraphQL endpoint.

    1 min read
  6. 2023
  7. Using curl to run GraphQL queries from the command line

    I wanted to run a query against the GitHub GraphQL API using on the command line, while keeping the query itself as readable as possible.

    2 min read
  8. Accessing repository dependencies in the GitHub GraphQL API

    Access to a Repositories Dependency Graph describes a preview API for accessing GitHub repository dependencies.

    1 min read