1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Files
docs/script/graphql
Nick Schonning b6de7c6887 chore: Convert Standard to eslint-config-standard (#1328)
* chore: Move standard to ESLint config

* fix: auto-fix ESLint indent issues

* fix: ESLint prefer-regex-literals

* fix: ESLint array-callback-return

- .filter must return a boolean value
- .map replaced with forEach when the value isn't used

* fix: ESLint no-extra-semi
2020-11-17 16:18:18 -05:00
..
2020-11-02 15:12:44 -06:00
2020-09-27 14:10:11 +02:00

GraphQL scripts

A scheduled workflow 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 used to render GraphQL docs. See the lib/graphql/README 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.