Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 279 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 279 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