UNPKG

@paulxuca/graphql-yoga

Version:

Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience

7 lines (6 loc) 249 B
import { GraphQLFormattedError } from 'graphql/error/formatError'; export interface PrismaErrorProps { code?: number; requestId?: string; } export declare function defaultErrorFormatter(error: any): GraphQLFormattedError & PrismaErrorProps;