* Check repository references * Remove "foundRepoNames" that I used to find all the unique names * A little speed up with Set * Ignore a few files * Remove remaining references * Update README.md
13 lines
532 B
Markdown
13 lines
532 B
Markdown
# GraphQL scripts
|
|
|
|
A [scheduled workflow](../.github/workflows/update-graphql-files.yml) runs the following
|
|
scripts on a daily basis:
|
|
```
|
|
script/graphql/update-files.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. It relies on graphql-docs automation running daily to update the changelog files in internal-developer.
|