Skip to content

Latest commit

 

History

History
 
 

language

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