Skip to content

Files

Latest commit

 

History

History

error

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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