Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion src/pages/community/contribute/development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ All of our work [happens in the open](https://github.com/graphql). In addition,
The best place to ask a development-related question is in a working group meeting, or by opening a GitHub issue. Please note that if you have an implementation question, you may get a faster answer by [asking in one of the channels more geared toward users](/community/resources/official-channels/).


## GraphQL projects and implementations
Comment thread
martinbonnin marked this conversation as resolved.
## GraphQL Foundation projects

The `graphql` GitHub organization is the home for projects that hold a unique role in the ecosystem: specifications, test suites, reference implementations, documentation sites, etc.

Except for `graphql-js` as a reference implementation, GraphQL implementations in different languages are encouraged to stay in separate organizations. This helps foster ecosystem diversity.

In general, projects in the `graphql` organization:

* are open source.
* are actively maintained.
* hold a unique role in the ecosystem.

Current projects include:

<Cards
items={[
Expand Down
Loading