1# graphql.js spec importer 2 3These specs have been generated from the testsuite in [graphql/graph-js](https://github.com/graphql/graphql-js). 4 5Direct modifications should not be made, instead take a look at the exporter. 6 7```shell script 8# update to latest 9$ rm graphql-js-commit.log && ./export.sh 10 11# re-generate with known revision 12$ ./export.sh 13```