docs/content/graphql
Sarah Schneider d43acb967a
Merge branch 'main' into move-explorer-to-docs
2020-12-10 11:29:37 -05:00
..
guides reran script 2020-11-24 13:14:50 -05:00
overview new Explorer layout with iFrame 2020-12-08 13:38:37 -05:00
reference ran the modified script/content-migrations/update-developer-site-links.js 2020-11-23 12:01:14 -05:00
README.md Add READMEs for API content directories (#1895) 2020-12-10 13:31:10 +10:00
index.md GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06: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. 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.