UNPKG

graphql-yoga

Version:
5 lines (4 loc) 235 B
import { GraphQLError } from 'graphql'; import { Plugin } from '../types'; export declare function getAggregateErrorFromErrors(errors: readonly GraphQLError[]): AggregateError; export declare function useHTTPValidationError(): Plugin;