Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 230 Bytes

GraphQL Type System

The graphql/type module is responsible for defining GraphQL types and schema.

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