gitextract_yl1f9z0u/ ├── .github/ │ ├── ISSUE_TEMPLATE.md │ ├── PULL_REQUEST_TEMPLATE.md │ ├── algorithm-format-check.mjs │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .prettierignore ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── STYLE_GUIDE.md ├── build.sh ├── changelogs/ │ ├── October2021.md │ └── September2025.md ├── cspell.yml ├── package.json ├── scripts/ │ ├── generate-contributor-list.mjs │ └── update-appendix-specified-definitions.mjs ├── signed-agreements/ │ └── README.md └── spec/ ├── Appendix A -- Conformance.md ├── Appendix B -- Notation Conventions.md ├── Appendix C -- Grammar Summary.md ├── Appendix D -- Specified Definitions.md ├── GraphQL.md ├── Section 1 -- Overview.md ├── Section 2 -- Language.md ├── Section 3 -- Type System.md ├── Section 4 -- Introspection.md ├── Section 5 -- Validation.md ├── Section 6 -- Execution.md ├── Section 7 -- Response.md └── metadata.json