Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 264 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 264 Bytes

GraphQL Utilities

The graphql/utilities module contains common useful computations to use with the GraphQL language and type objects.

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