1
0
mirror of synced 2025-12-20 10:28:40 -05:00
Files
docs/content/graphql
Peter Schmidt 4fa6e8ab95 add how to generate bearer tokens (#9308)
* add how to generate bearer tokens

I stumbled into this based on an educated guess and prior knowledge, though for an intro doc I think it could assume as little as possible and so I added the steps that worked for me.

* align formatting emphasis with rest of the article

* standardise on authorization

Aligns with rest of the existing article

* align with previous curl output + Insomnia output

I like Insomnia's GUI though keeping it as more of an afterthought seems to align more closely with the next guide which I didn't click on until going through the review steps

* active voice

* move note earlier - to first spot token is found

* Move and slightly reword the new note

Co-authored-by: hubwriter <hubwriter@github.com>
2021-08-26 12:07:05 +00: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.