GraphQL
Docs
Blog
Help
Code
Spec
Releases
GraphQL consists of the following open-source repos on
Github
.
Official
#
Spec
#
graphql
(
html
): A working draft of the specification for GraphQL.
Server (JavaSscript)
#
graphql-js
(
npm
): A JS Reference implementation of the GraphQL Specification.
express-graphql
(
npm
): Create a GraphQL HTTP server with Express.
graphql-relay
(
npm
): A library to help construct a graphql-js server supporting react-relay.
Tools
#
graphiql
(
npm
): An interactive in-browser GraphQL IDE.
libgraphqlparser
: A GraphQL query language parser in C++ with C and C++ APIs.
Examples
#
swapi-graphql
(
deployed example
): A GraphQL schema and server wrapping
http://swapi.co/
.
Client
#
relay
(
npm
): A framework for building data-driven React applications.
More
#
awesome-graphql
: A fantastic community maintained collection of libraries, resources, and more.