1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/script/graphql/README.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

14 lines
785 B
Markdown

# GraphQL scripts
A [scheduled workflow](../.github/workflows/update-graphql-files.yml) runs the following
scripts on an hourly basis:
```
script/graphql/update-files.js
script/graphql/build-changelog-from-markdown.js
```
These scripts update the [static JSON files](../../lib/graphql/static) used to
render GraphQL docs. See the [`lib/graphql/README`](../../lib/graphql/README.md)
for more info.
**Note**: The changelog script pulls content from [the internal-developer repo](https://github.com/github/internal-developer.github.com/tree/master/content/v4/changelog). It relies on [graphql-docs automation](https://github.com/github/graphql-docs/blob/master/lib/graphql_docs/update_internal_developer/change_log.rb) running daily to update the changelog files in internal-developer.