Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/graphql_deno/lib/error/README.md

GraphQL-JS ported to Deno
Latest
File

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