GraphQL JS

The primary graphql module includes everything you need to define a GraphQL schema and fulfill GraphQL requests.

import { ... } from 'graphql'; // ES6
var GraphQL = require('graphql'); // CommonJS

Each sub directory within is a sub-module of graphql-js: