Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 213 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