Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 228 Bytes

GraphQL Errors

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

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