docs/content/graphql
Ethan Palm e425fcd56e
Make landing page titles descriptive (#35407)
2023-03-10 17:43:11 +00:00
..
guides Update GraphQL App Auth info (#35439) 2023-03-10 16:38:32 +00:00
overview Add comment in GraphQL Explorer stub content file (#35392) 2023-03-09 17:58:30 +00:00
reference add pipeline name as value for autogenerated frontmatter property (#35069) 2023-02-24 18:10:33 +00:00
README.md Restructure GraphQL automated content scripts (#34308) 2023-02-11 00:38:27 +00:00
index.md Make landing page titles descriptive (#35407) 2023-03-10 17:43:11 +00:00

README.md

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. This content is generated from the data in src/graphql/data and should not be edited by a human. As a result, we cannot accept contributions to GraphQL API reference content in this repository.

For more information, see the /src/graphql/README.md.