graphql/graphql.github.io
Fork: 1435 Star: 837 (更新于 2024-12-12 10:50:03)
license: MIT
Language: MDX .
GraphQL Documentation at graphql.org
Source Repository for GraphQL.org
This repository contains the source code for the GraphQL website.
You can find more discussions on the #website channel on the GraphQL Discord.
Table of Contents
Overview
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. It provides:
- a complete and understandable description of the data in your API,
- support for powerful developer tooling, and
- precise querying, which offers several benefits:
- clients request only the data they need, improving efficiency;
- new fields and features can be added without impacting existing clients; and
- field-level usage can be tracked and monitored for insights and optimization.
The GraphQL Specification is open source and governed by the GraphQL Foundation.
Documentation
- GraphQL Website
- Reference Documentation
- Language Support, Tools, and Services
- Frequently Asked Questions (FAQ)
- Community Resources
Deployment
The website is deployed via Vercel on merges to the source
branch. To preview changes locally, follow these steps:
- Clone the repository:
git clone https://github.com/graphql/graphql.github.io.git
cd graphql.github.io
- Install dependencies:
npm install
- Run the site locally:
npm run dev
How to Contribute
We welcome contributions! 🎉 Please refer to our contributing guide for detailed instructions on how to make changes to the GraphQL website.
CLA Process
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.
Join the Foundation!
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.
最近版本更新:(数据更新于 2024-10-02 09:25:50)
主题(topics):
graphql
graphql/graphql.github.io同语言 MDX最近更新仓库
2024-08-27 17:07:26 e2b-dev/E2B
2023-10-24 02:31:49 uidotdev/usehooks
2023-09-29 19:14:55 yewstack/yew
2023-07-29 03:23:36 react-native-elements/react-native-elements
2023-03-29 21:48:13 trigaten/Learn_Prompting
2022-04-08 23:22:39 ademilter/homepage