1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/content/graphql
Ivan Žužak d34d41dcd1 Remove mention of GraphQL API rate limit increases for GHEC organizations (#17006)
* Section on rate limits should not be nested within section on node limits since those are separate limits

* Remove mention of GraphQL API rate limit increases for GHEC orgs

Fixes https://github.com/github/docs-content/issues/3474

Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
2020-12-16 10:04:09 -08:00
..
2020-11-24 13:14:50 -05:00
2020-11-02 15:12:44 -06: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.