https://github.com/magicmark/gaps-website-test-1
https://github.com/magicmark/gaps-website-test-1
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/magicmark/gaps-website-test-1
- Owner: magicmark
- Created: 2026-05-23T00:48:13.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2026-05-23T00:55:43.000Z (21 days ago)
- Last Synced: 2026-05-23T02:32:34.950Z (20 days ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# GraphQL Auxiliary Proposals (GAPs)
This repository provides a public home for GraphQL Auxiliary Proposals (GAPs),
community specifications and auxiliary proposals that address issues outside of
the core GraphQL spec.
This repository is not generally intended for custom scalar specifications,
which already have dedicated homes elsewhere.
## Visit the website
This repository is not designed to be browsed directly; please instead visit the
website which automatically renders each specification via `spec-md` and
includes additional navigational assistance and cross-linking:
https://gaps.graphql.org/
## GAP Numbering
Each GAP is numbered after the GitHub Pull Request that introduces it. For
example, if the PR that adds a GAP is `graphql/gaps#10`, the proposal becomes
**GAP-10**.
## Repository structure
Each proposal lives in its own `GAP-N` folder and must include:
- `DRAFT.md` — the working document of the proposal/specification
- `README.md` — a brief overview and status, including challenges/drawbacks and
related resources or prior art
- `metadata.yml` — summary, authorship, sponsorship, status, and related metadata
See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full GAP process.