Back to Graphql Js

README

src/type/README.md

16.13.2212 B
Original Source

GraphQL Type System

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

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