Skip to main content
Module

x/graphql_deno/lib/language/README.md

GraphQL-JS ported to Deno
Latest
File

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