1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/content/graphql
Kevin Heis 567652b0e3 Primer 18 b (#22462)
* Create migrate-colors-primer-18.js

* Update colors round 1

* upgrade primer packages

* Update index.scss

* Replace auto colors

* remove btn-primary-matte

* Turns out the class names and variables names DONT LINE UP... ugh....

* Check for allowed var colors
2021-10-28 19:17:23 +00:00
..
2021-10-28 19:17:23 +00:00

GraphQL

The /content/graphql directory is where the GitHub GraphQL API docs live!

  • The /content/graphql/guides and /content/graphql/overview directories contain articles that are human-editable.

  • The /content/graphql/reference directory contains an article for each GraphQL data type used in the GitHub GraphQL API. Most of the content in this directory is rendered using include tags.

    The content rendered by include tags is sourced from the /lib/graphql/static directory, which is automatically generated from the API source code internally in GitHub, and should not be edited by a human. For more information, see the /lib/graphql/README.md.

    As a result, we cannot accept contributions to GraphQL API reference content in this repository.