docs/content/graphql
Artur Kordowski b1a68cb155
Fix inconsistent alerts by using the markdown notation - part 2 (#35221)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
2024-11-08 17:20:31 +00:00
..
guides Fix inconsistent alerts by using the markdown notation - part 2 (#35221) 2024-11-08 17:20:31 +00:00
overview Fix inconsistent alerts by using the markdown notation - part 2 (#35221) 2024-11-08 17:20:31 +00:00
reference Fix inconsistent alerts by using the markdown notation - part 2 (#35221) 2024-11-08 17:20:31 +00:00
README.md Restructure GraphQL automated content scripts (#34308) 2023-02-11 00:38:27 +00:00
index.md Removing ghae from versions in rest, webhook, graphql (#49236) 2024-02-15 19:30:55 +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.