diff --git a/src/pages/community/contribute/development.mdx b/src/pages/community/contribute/development.mdx index b98fb1630d..8cf22a0d76 100644 --- a/src/pages/community/contribute/development.mdx +++ b/src/pages/community/contribute/development.mdx @@ -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 +## 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: