Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 217 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 217 Bytes

GraphQL Errors

The graphql/error module is responsible for creating and formatting GraphQL errors.

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