Skip to main content
Module

x/graphql_deno/lib/type/README.md

GraphQL-JS ported to Deno
Latest
File

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