docs/content/graphql
Evi Liu e4b96cc3b6
Create discussions-graphql-api.md (#17897)
* Create discussions-graphql-api.md

Here's the PR for our manual version of the Discussions GraphQL API documentation. Per the conversation in https://github.com/github/docs-team/issues/318, the intention is to publish this guide as reference documentation until we have automation in place to generate these docs.

* style guide alignment

* rename article

* OAuth user -> OAuth app

* remove incorrect discussion description

* Use discussions product name

Co-authored-by: skedwards88 <skedwards88@github.com>
2021-02-23 17:35:20 +00:00
..
guides Create discussions-graphql-api.md (#17897) 2021-02-23 17:35:20 +00:00
overview Remove mention of GraphQL API rate limit increases for GHEC organizations (#17006) 2020-12-16 10:04:09 -08:00
reference add missing redirect frontmatter (#17042) 2020-12-17 19:03:20 +00: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.