Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 238 Bytes

GraphQL Language

The graphql/language module is responsible for parsing and operating on the GraphQL language.

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