This repository contains the source code for the GraphQL website.
You can find more discussions on the #website channel on the GraphQL Discord.
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. It provides:
The GraphQL Specification is open source and governed by the GraphQL Foundation.
The website is deployed via Vercel on merges to the source
branch. To preview changes locally, follow these steps:
git clone https://github.com/graphql/graphql.github.io.git
cd graphql.github.io
npm install
npm run dev
We welcome contributions! 🎉 Please refer to our contributing guide for detailed instructions on how to make changes to the GraphQL website.
Before contributing, all participants must sign the free GraphQL Specification Membership Agreement. You only need to do this once, and it can be signed by:
To initiate the signature process, please open a PR against this repository. The EasyCLA bot will block the merge if the membership agreement has not been signed.
For more information on the CLA, check out the detailed instructions here. If you encounter any issues, please contact us at operations@graphql.org.
If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please consider becoming a member of the GraphQL Foundation.