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.
5 posts tagged “graphql”.
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.
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.
The GraphQL schema language is a concise way to represent the available schema provided by a GraphQL endpoint.
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.
Access to a Repositories Dependency Graph describes a preview API for accessing GitHub repository dependencies.