7 projects
GraphQL Foundation
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
14,592
2,817
$14M
GraphQL Specification
The GraphQL Specification project is a collaborative effort with the GraphQL Foundation, the Linux Foundation and the Joint Development Foundation, which provides open source projects with a swift path to standardization for open specifications. Developers will have an open GraphQL specification and open source software implementations available for designing conformant APIs.
97
2
GraphiQL
GraphiQL is the GraphQL integrated development environment (IDE).
76
3
GraphQL.js
An open and neutral home for the GraphQL community dedicated to promoting widespread adoption and accelerating development of the surrounding ecosystem.
53
1
GraphQL IDE Monorepo
The purpose of this monorepo is to give the GraphQL Community: 1. a to-specification official language service (see: API Docs) 2. a comprehensive LSP server and CLI service for use with IDEs 3. a codemirror mode 4. a monaco mode (in the works) 5. an example of how to use this ecosystem with GraphiQL. 6. examples of how to implement or extend GraphiQL.
26
1
GraphQL Working Group
GraphQL WG (Working Group) is a monthly virtual meeting of maintainers of commonly used GraphQL libraries and tools and significant contributors to the GraphQL community, operated by the GraphQL Foundation.
GraphQL over HTTP
HTTP is the most common choice for client-server protocol when using GraphQL because of its ubiquity