* 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
19 lines
553 B
Markdown
19 lines
553 B
Markdown
# GraphQL
|
|
|
|
The files in this directory are kept in sync with their counterparts on `github/github`
|
|
by [automation](../script/graphql/README.md). These files **should not** be edited by humans.
|
|
|
|
Dotcom source files:
|
|
```
|
|
config/schema.docs.graphql
|
|
config/graphql_previews.yml
|
|
graphql_upcoming_changes.yml
|
|
```
|
|
|
|
Enterprise source files:
|
|
```
|
|
enterprise-VERSION-release/config/schema.docs-enterprise.graphql
|
|
enterprise-VERSION-release/config/graphql_previews.enterprise.yml
|
|
enterprise-VERSION-release/config/graphql_upcoming_changes.public-enterprise.yml
|
|
```
|