UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

5 lines (4 loc) 143 B
import { GraphQLError } from "graphql"; export declare function formatArgumentValidationError(err: GraphQLError): { [key: string]: any; };