---
title: "GraphQL at GitHub | Netlify"
description: "Realize the speed, agility and performance of a scalable, composable web architecture with Netlify. Explore the composable web platform now!"
source: "https://www.netlify.com/blog/2016/11/30/graphql-at-github/"
last_updated: "2026-08-05T07:23:35.000Z"
---
We sat down with Kyle Daigle, manager on the API team at GitHub to chat about how they implement GraphQL into their API at GitHub.

If you are unfamiliar, GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. 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 evolve APIs over time, and enables powerful developer tools.

If none of the made sense to you check out the [GitHub GraphQL Explorer](https://developer.github.com/early-access/graphql/explorer/) to see how many start, issues, and forks the yarnpkg has on GitHub using the GraphQL query below.

```
    // Example GraphQL query for yarnpkg/yarn    {      repositoryOwner(login: "yarnpkg") {        repository(name: "yarn") {          name          url          owner {            login            repositories {              totalCount            }          }          description          forks {            totalCount          }          issues {            totalCount          }          stargazers {            totalCount          }        }      }    }
```

Normally capturing this kind of information would take multiple REST calls to the API, but this query takes one, which is very empowering for me. Find out more about GraphQL and the implementation on [Episode #5 of JAMstack Radio](http://www.heavybit.com/library/podcasts/jamstack-radio/ep-5-graphql-at-github/). Also feel free to subscribe to keep up to date with all thing JAMstack as well.

### Share

-   [X (fka Twitter)](https://twitter.com/intent/tweet?text=GraphQL at GitHub&url=https://www.netlify.com/blog/2016/11/30/graphql-at-github//)
-   [LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.netlify.com%2Fblog%2F2016%2F11%2F30%2Fgraphql-at-github%2F%2F)
-   [Facebook](https://www.facebook.com/sharer.php?u=https://www.netlify.com/blog/2016/11/30/graphql-at-github//)
-   [Bluesky](https://bsky.app/intent/compose?text=GraphQL at GitHub+https://www.netlify.com/blog/2016/11/30/graphql-at-github//)

* * *

### Tags

-   [Jamstack](/blog/tags/jamstack/)
-   [Podcast](/blog/tags/podcast/)
-   [GraphQL](/blog/tags/graphql/)

## Keep reading

![](/_astro/db3c7ccc097c1c2396170c400408fdb298a74e0e-1800x1013_eSbAd.webp)

Tools & Services July 28, 2026

[

### MCP goes stateless and extensible

](/blog/mcp-goes-stateless-and-extensible)

-   ![Profile picture of Sean Roberts](/_astro/bbf2243f8171dbddd80ab2103622106cef84d125-512x512_Z1d2LKE.webp)
    
    Sean Roberts
    

![](/_astro/b581d6706ebcbd74591b67109365564968dbe81b-1800x1013_ZNneAB.webp)

Tools & Services July 27, 2026

[

### The 13-year story of Netlify Drop

](/blog/thirteen-years-of-netlify-drop)

-   ![Profile picture of Wade Wegner](/_astro/0302ff22eb844e648b11d7cff3cedbbc3c9de876-2667x4000_Z5j6wM.webp)
    
    Wade Wegner
    

## Recent posts

Opinions & Insights July 28, 2026

[

### Open Weights and the 2nd World

](/blog/open-weights-and-the-2nd-world)

-   ![Profile picture of Mathias Biilmann](/_astro/f193d4707a6391d843d5aaa73338b5a5971ec5cc-960x960_1Yylqm.webp)
    
    Mathias Biilmann
    

Tools & Services July 28, 2026

[

### MCP goes stateless and extensible

](/blog/mcp-goes-stateless-and-extensible)

-   ![Profile picture of Sean Roberts](/_astro/bbf2243f8171dbddd80ab2103622106cef84d125-512x512_Z1d2LKE.webp)
    
    Sean Roberts
    

News & Announcements July 28, 2026

[

### New Netlify projects are now private by default

](/blog/new-netlify-projects-are-now-private-by-default)

-   ![Profile picture of Taylor Barnett-Torabi](/_astro/cf4624da8c1286738397b6fecb53bad504df140b-400x400_ZsvK0s.webp)
    
    Taylor Barnett-Torabi
    

![](/_astro/3f255b372fa958df35802666ee33b4609b2d71bd-1200x1586_1VtE2D.webp)

### How do the best dev and marketing teams work together?

[Access the report](https://www.netlify.com/reports/2024-leadership-trend-report/access/)