Skip to content

Latest commit

 

History

History
 
 

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: