Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GraphQL Documentation at graphql.org

License

NotificationsYou must be signed in to change notification settings

graphql/graphql.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code for theGraphQL website.

You can find more discussions on the #website channel onthe 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.

TheGraphQL Specification is open source and governed by theGraphQL Foundation.

Documentation

Deployment

The website is deployed viaVercel on merges to thesource branch. To preview changes locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/graphql/graphql.github.io.git
    cd graphql.github.io
  2. Install dependencies:
    npm install
  3. Run the site locally:
    npm run dev

How to Contribute

We welcome contributions! 🎉 Please refer to ourcontributing guide for detailed instructions on how to make changes to the GraphQL website.

CLA Process

Before contributing, all participants must sign the freeGraphQL 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 thedetailed instructions here. If you encounter any issues, please contact us atoperations@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 theGraphQL Foundation.

About

GraphQL Documentation at graphql.org

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors507


[8]ページ先頭

©2009-2025 Movatter.jp